IIdentityProviders.GoogleValidationAllowedAudience 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> GoogleValidationAllowedAudience { 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.GoogleValidationAllowedAudience : System.Collections.Generic.List<string> with get, set
Public Property GoogleValidationAllowedAudience As List(Of String)

Property Value

Attributes

Applies to