TenantIdDescription Class

Tenant Id information.

Constructor

TenantIdDescription(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74.

tenant_id
str

The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74.

tenant_category

Category of the tenant. Known values are: "Home", "ProjectedBy", and "ManagedBy".

country
str

Country/region name of the address for the tenant.

country_code
str

Country/region abbreviation for the tenant.

display_name
str

The display name of the tenant.

domains

The list of domains for the tenant.

default_domain
str

The default domain for the tenant.

tenant_type
str

The tenant type. Only available for 'Home' tenant category.

tenant_branding_logo_url
str

The tenant's branding logo URL. Only available for 'Home' tenant category.

Attributes

country

Country/region name of the address for the tenant.

country: str | None

country_code

Country/region abbreviation for the tenant.

country_code: str | None

default_domain

The default domain for the tenant.

default_domain: str | None

display_name

The display name of the tenant.

display_name: str | None

domains

The list of domains for the tenant.

domains: list[str] | None

id

The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74.

id: str | None

tenant_branding_logo_url

The tenant's branding logo URL. Only available for 'Home' tenant category.

tenant_branding_logo_url: str | None

tenant_category

"Home", "ProjectedBy", and "ManagedBy".

tenant_category: str | _models.TenantCategory | None

tenant_id

The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74.

tenant_id: str | None

tenant_type

The tenant type. Only available for 'Home' tenant category.

tenant_type: str | None