DomainProviderTenantID Property |
When the authentication provider is multi-tenant, this specifies the tenant ID. For example, Google, Facebook and Microsoft are singe-tenant, while AzureAD is multi-tenant.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string TenantID { get; set; }
Public Property TenantID As String
Get
Set
public:
property String^ TenantID {
String^ get ();
void set (String^ value);
}
member TenantID : string with get, set
Property Value
Type:
String
See Also