IdentityProviderCreateContract.AllowedTenants Property

Definition

Gets or sets list of Allowed Tenants when configuring Azure Active Directory login.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to