다음을 통해 공유


IAzureActiveDirectoryValidation.JwtClaimCheckAllowedGroup 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="allowedGroups")]
public string[] JwtClaimCheckAllowedGroup { 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="allowedGroups")>]
member this.JwtClaimCheckAllowedGroup : string[] with get, set
Public Property JwtClaimCheckAllowedGroup As String()

Property Value

String[]
Attributes

Applies to