Share via


IDefaultAuthorizationPolicy.AllowedPrincipalGroup Property

Definition

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

Property Value

Attributes

Applies to