PowerBIOutputDataSourceResponse

data class PowerBIOutputDataSourceResponse(val authenticationMode: String? = null, val dataset: String? = null, val groupId: String? = null, val groupName: String? = null, val refreshToken: String? = null, val table: String? = null, val tokenUserDisplayName: String? = null, val tokenUserPrincipalName: String? = null, val type: String)

Describes a Power BI output data source.

Constructors

Link copied to clipboard
constructor(authenticationMode: String? = null, dataset: String? = null, groupId: String? = null, groupName: String? = null, refreshToken: String? = null, table: String? = null, tokenUserDisplayName: String? = null, tokenUserPrincipalName: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication Mode.

Link copied to clipboard
val dataset: String? = null

The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard
val groupId: String? = null

The ID of the Power BI group.

Link copied to clipboard
val groupName: String? = null

The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.

Link copied to clipboard
val refreshToken: String? = null

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.

Link copied to clipboard
val table: String? = null

The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Indicates the type of data source output will be written to. Required on PUT (CreateOrReplace) requests. Expected value is 'PowerBI'.