SiteAuthSettingsInner.AllowedAudiences Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece los valores de audiencia permitidos que se deben tener en cuenta al validar los JWT emitidos por Azure Active Directory. Tenga en cuenta que el <código> ClientID</code> el valor siempre se considera una audiencia permitida, independientemente de esta configuración.
[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 de propiedad
- Atributos
-
Newtonsoft.Json.JsonPropertyAttribute
Se aplica a
Azure SDK for .NET