Share via


IDefaultAuthorizationPolicy.AllowedPrincipalGroup Property

Definition

The list of the allowed groups.

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

Property Value

String[]
Attributes

Applies to