Power BIOutput Data Source Args
data class PowerBIOutputDataSourceArgs(val dataset: Output<String>? = null, val groupId: Output<String>? = null, val groupName: Output<String>? = null, val refreshToken: Output<String>? = null, val table: Output<String>? = null, val tokenUserDisplayName: Output<String>? = null, val tokenUserPrincipalName: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<PowerBIOutputDataSourceArgs>
Describes a Power BI output data source.
Constructors
Link copied to clipboard
fun PowerBIOutputDataSourceArgs(dataset: Output<String>? = null, groupId: Output<String>? = null, groupName: Output<String>? = null, refreshToken: Output<String>? = null, table: Output<String>? = null, tokenUserDisplayName: Output<String>? = null, tokenUserPrincipalName: Output<String>? = null, type: Output<String>)
Functions
Properties
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.