Compartilhar via


IGoogle.ValidationAllowedAudience Property

Definition

The configuration settings of the allowed list of audiences from which to validate the JWT token.

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

Property Value

Attributes

Applies to