Power BIOutput Data Source Response
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
Types
Properties
Link copied to clipboard
Link copied to clipboard
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.