SiteAuthSettingsInner.AllowedAudiences 속성

정의

Azure Active Directory에서 발급한 JWT의 유효성을 검사할 때 고려할 허용 대상 그룹 값을 가져오거나 설정합니다. <code> ClientID</code> 값은 이 설정에 관계없이 항상 허용되는 대상 그룹으로 간주됩니다.

[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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상