Share via


RoleDefinitionInner.Permissions Property

Definition

Gets or sets role definition permissions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to