次の方法で共有


ServicePrincipal.Oauth2Permissions プロパティ

定義

関連付けられたアプリケーションによって公開される OAuth 2.0 アクセス許可を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="oauth2Permissions")]
public System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission> Oauth2Permissions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="oauth2Permissions")>]
member this.Oauth2Permissions : System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.OAuth2Permission>
Public ReadOnly Property Oauth2Permissions As IList(Of OAuth2Permission)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象