AccessControlRulesRoleAssignment.Identities Property

Definition

Gets or sets a list of identities that can access the privileges defined by the role.

[Newtonsoft.Json.JsonProperty(PropertyName="identities")]
public System.Collections.Generic.IList<string> Identities { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identities")>]
member this.Identities : System.Collections.Generic.IList<string> with get, set
Public Property Identities As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to