Class PowerBIOutputDataSourceArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.streamanalytics.inputs.PowerBIOutputDataSourceArgs
-
public final class PowerBIOutputDataSourceArgs extends com.pulumi.resources.ResourceArgs
Describes a Power BI output data source.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PowerBIOutputDataSourceArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PowerBIOutputDataSourceArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PowerBIOutputDataSourceArgs.Builder
builder()
static PowerBIOutputDataSourceArgs.Builder
builder(PowerBIOutputDataSourceArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
dataset()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
groupId()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
groupName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
refreshToken()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
table()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
tokenUserDisplayName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
tokenUserPrincipalName()
com.pulumi.core.Output<java.lang.String>
type()
-
-
-
Field Detail
-
Empty
public static final PowerBIOutputDataSourceArgs Empty
-
-
Method Detail
-
dataset
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dataset()
- Returns:
- The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
-
groupId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> groupId()
- Returns:
- The ID of the Power BI group.
-
groupName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> groupName()
- Returns:
- The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
-
refreshToken
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> refreshToken()
- Returns:
- A refresh token that can be used to obtain a valid access token that can then be used to authenticate with the data source. A valid refresh token is currently only obtainable via the Azure Portal. It is recommended to put a dummy string value here when creating the data source and then going to the Azure Portal to authenticate the data source which will update this property with a valid refresh token. Required on PUT (CreateOrReplace) requests.
-
table
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> table()
- Returns:
- The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
-
tokenUserDisplayName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tokenUserDisplayName()
- Returns:
- The user display name of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
-
tokenUserPrincipalName
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tokenUserPrincipalName()
- Returns:
- The user principal name (UPN) of the user that was used to obtain the refresh token. Use this property to help remember which user was used to obtain the refresh token.
-
type
public com.pulumi.core.Output<java.lang.String> type()
- Returns:
- Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests. Expected value is 'PowerBI'.
-
builder
public static PowerBIOutputDataSourceArgs.Builder builder()
-
builder
public static PowerBIOutputDataSourceArgs.Builder builder(PowerBIOutputDataSourceArgs defaults)
-
-