次の方法で共有


PowerBIOutputDataSource.TokenUserPrincipalName プロパティ

定義

更新トークンの取得に使用されたユーザーのユーザー プリンシパル名 (UPN) を取得または設定します。 このプロパティを使用すると、更新トークンの取得に使用されたユーザーを覚えておくのに役立ちます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.tokenUserPrincipalName")]
public string TokenUserPrincipalName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.tokenUserPrincipalName")>]
member this.TokenUserPrincipalName : string with get, set
Public Property TokenUserPrincipalName As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象