次の方法で共有


OAuth2PermissionGrant.ConsentType プロパティ

定義

同意が管理者 (organizationに代わって) または個人によって提供されたかどうかを示す値を取得または設定します。 使用できる値は、'AllPrincipals'、'Principal' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象