次の方法で共有


AzureActiveDirectoryValidation.AllowedAudiences プロパティ

定義

認証または承認要求を成功させる対象ユーザーの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象