Share via


AllowedPrincipals.Identities Property

Definition

Gets or sets the list of the allowed identities.

[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