PowerBIOutputDataSource interface
Describes a Power BI output data source.
- Extends
Properties
authentication |
Authentication Mode. |
dataset | The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests. |
group |
The ID of the Power BI group. |
group |
The name of the Power BI group. Use this property to help remember which specific Power BI group id was used. |
refresh |
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 | The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests. |
token |
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. |
token |
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 | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
authenticationMode
Authentication Mode.
authenticationMode?: string
Property Value
string
dataset
The name of the Power BI dataset. Required on PUT (CreateOrReplace) requests.
dataset?: string
Property Value
string
groupId
The ID of the Power BI group.
groupId?: string
Property Value
string
groupName
The name of the Power BI group. Use this property to help remember which specific Power BI group id was used.
groupName?: string
Property Value
string
refreshToken
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.
refreshToken?: string
Property Value
string
table
The name of the Power BI table under the specified dataset. Required on PUT (CreateOrReplace) requests.
table?: string
Property Value
string
tokenUserDisplayName
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.
tokenUserDisplayName?: string
Property Value
string
tokenUserPrincipalName
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.
tokenUserPrincipalName?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "PowerBI"
Property Value
"PowerBI"