次の方法で共有


OAuth2PermissionGrantInner.ConsentType プロパティ

定義

管理者 (organizationに代わって) または個人が同意したかどうかを示す値を取得または設定します。 使用可能な値は、'AllPrincipals'、'Principal' です。

[Newtonsoft.Json.JsonProperty(PropertyName="consentType")]
public Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ConsentType ConsentType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="consentType")>]
member this.ConsentType : Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ConsentType with get, set
Public Property ConsentType As ConsentType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象