PreAuthorizedApplication.Permissions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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