Share via


IAllowedPrincipals.Identity Property

Definition

The list of the allowed identities.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The list of the allowed identities.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="identities")]
public string[] Identity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The list of the allowed identities.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="identities")>]
member this.Identity : string[] with get, set
Public Property Identity As String()

Property Value

String[]
Attributes

Applies to