Condividi tramite


IIdentityProviders.LegacyMicrosoftAccountValidationAllowedAudience Property

Definition

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

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

Property Value

String[]
Attributes

Applies to