次の方法で共有


OAuth2PermissionGrant.PrincipalId プロパティ

定義

同意の種類が Principal の場合に取得または設定します。このプロパティは、同意を付与し、そのユーザーにのみ適用されるユーザーの ID を指定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象