次の方法で共有


PreAuthorizedApplication.Permissions プロパティ

定義

リソース アプリケーションから必要なアプリのアクセス許可/エンタイトルメントのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象