TenantIdDescription interface
Tenant Id information.
Properties
country | The country/region name of the address for the tenant. NOTE: This property will not be serialized. It can only be populated by the server. |
country |
The Country/region abbreviation for the tenant. NOTE: This property will not be serialized. It can only be populated by the server. |
default |
The default domain for the tenant. NOTE: This property will not be serialized. It can only be populated by the server. |
display |
The display name of the tenant. NOTE: This property will not be serialized. It can only be populated by the server. |
domains | The list of domains for the tenant. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The category of the tenant. Possible values are TenantCategoryHome,TenantCategoryProjectedBy,TenantCategoryManagedBy NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The tenant ID. For example, 00000000-0000-0000-0000-000000000000. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The tenant type. Only available for Home tenant category. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
country
The country/region name of the address for the tenant. NOTE: This property will not be serialized. It can only be populated by the server.
country?: string
Property Value
string
countryCode
The Country/region abbreviation for the tenant. NOTE: This property will not be serialized. It can only be populated by the server.
countryCode?: string
Property Value
string
defaultDomain
The default domain for the tenant. NOTE: This property will not be serialized. It can only be populated by the server.
defaultDomain?: string
Property Value
string
displayName
The display name of the tenant. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
domains
The list of domains for the tenant. NOTE: This property will not be serialized. It can only be populated by the server.
domains?: string
Property Value
string
id
The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
tenantCategory
The category of the tenant. Possible values are TenantCategoryHome,TenantCategoryProjectedBy,TenantCategoryManagedBy NOTE: This property will not be serialized. It can only be populated by the server.
tenantCategory?: string
Property Value
string
tenantId
The tenant ID. For example, 00000000-0000-0000-0000-000000000000. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string
tenantType
The tenant type. Only available for Home tenant category. NOTE: This property will not be serialized. It can only be populated by the server.
tenantType?: string
Property Value
string