Topic Last Modified: 2010-07-18
The Tenants table is a supporting table that stores a list of the various Tenants. Each record in the table represents one Tenant.
Note: |
---|
In on-premise deployment, CDR uses build-in tenant ID to indicate different authentication type, such as public IM connectivity, Federated and Anonymous. |
Tenants Table
Column | Data Type | Key/Index | Details |
---|---|---|---|
TenantId |
int |
Primary |
Unique number identifying this tenant Id. |
TenantKey |
nvarchar(256) |
Tenant Key. |
Build-in Static Values
Static Values |
0 |
'00000000-0000-0000-0000-000000000000' |
Enterprise |
1 |
'00000000-0000-0000-0000-000000000001' |
Federated |
|
2 |
'00000000-0000-0000-0000-000000000002' |
Anonymous |
|
3 |
'00000000-0000-0000-0000-000000000003' |
Public IM connectivity |