Share via


PreAuthorizedApplication.Permissions Property

Definition

Gets or sets collection of required app permissions/entitlements from the resource application.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to