Compartilhar via


SiteAuthSettingsInner.AllowedAudiences Propriedade

Definição

Obtém ou define valores de audiência permitidos a serem considerados ao validar JWTs emitidos pelo Azure Active Directory. Observe que o <code> ClientID</code> o valor é sempre considerado um público-alvo permitido, independentemente dessa configuração.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedAudiences")]
public System.Collections.Generic.IList<string> AllowedAudiences { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allowedAudiences")>]
member this.AllowedAudiences : System.Collections.Generic.IList<string> with get, set
Public Property AllowedAudiences As IList(Of String)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a