Share via


IAzureActiveDirectory.ValidationAllowedAudience Property

Definition

The list of audiences that can make successful authentication/authorization requests.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The list of audiences that can make successful authentication/authorization requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="allowedAudiences")]
public string[] ValidationAllowedAudience { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="The list of audiences that can make successful authentication/authorization requests.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="allowedAudiences")>]
member this.ValidationAllowedAudience : string[] with get, set
Public Property ValidationAllowedAudience As String()

Property Value

String[]
Attributes

Applies to