次の方法で共有


IAzureActiveDirectoryValidation.AllowedAudience 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[] AllowedAudience { 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.AllowedAudience : string[] with get, set
Public Property AllowedAudience As String()

Property Value

String[]
Attributes

Applies to