次の方法で共有


Application.Oauth2Permissions プロパティ

定義

Web API (リソース) アプリケーションがクライアント アプリケーションに公開する OAuth 2.0 アクセス許可スコープのコレクションを取得または設定します。 これらのアクセス許可スコープは、同意中にクライアント アプリケーションに付与できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象