Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TenantIdDescription

Package version

Tenant Id information.

Hierarchy

  • TenantIdDescription

Index

Properties

Optional country

country: undefined | string

Country/region name of the address for the tenant. NOTE: This property will not be serialized. It can only be populated by the server.

Optional countryCode

countryCode: undefined | string

Country/region abbreviation for the tenant. NOTE: This property will not be serialized. It can only be populated by the server.

Optional defaultDomain

defaultDomain: undefined | string

The default domain for the tenant. NOTE: This property will not be serialized. It can only be populated by the server.

Optional displayName

displayName: undefined | string

The display name of the tenant. NOTE: This property will not be serialized. It can only be populated by the server.

Optional domains

domains: string[]

The list of domains for the tenant. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

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.

Optional tenantBrandingLogoUrl

tenantBrandingLogoUrl: undefined | string

The tenant's branding logo URL. Only available for 'Home' tenant category. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tenantCategory

tenantCategory: TenantCategory

Category of the tenant. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tenantId

tenantId: undefined | string

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.

Optional tenantType

tenantType: undefined | string

The tenant type. Only available for 'Home' tenant category. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc