次の方法で共有


IdentityProviderContract.AllowedTenants プロパティ

定義

Azure Active Directory ログインを構成するときに許可されるテナントの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象