TenantIdDescription Class
Tenant Id information.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.resource.subscriptions._serialization.ModelTenantIdDescription
Constructor
TenantIdDescription(**kwargs: Any)
Variables
Name | Description |
---|---|
id
|
The fully qualified ID of the tenant. For example, /tenants/8d65815f-a5b6-402f-9298-045155da7d74. |
tenant_id
|
The tenant ID. For example, 8d65815f-a5b6-402f-9298-045155da7d74. |
tenant_category
|
Category of the tenant. Known values are: "Home", "ProjectedBy", and "ManagedBy". |
country
|
Country/region name of the address for the tenant. |
country_code
|
Country/region abbreviation for the tenant. |
display_name
|
The display name of the tenant. |
domains
|
The list of domains for the tenant. |
default_domain
|
The default domain for the tenant. |
tenant_type
|
The tenant type. Only available for 'Home' tenant category. |
tenant_branding_logo_url
|
The tenant's branding logo URL. Only available for 'Home' tenant category. |
Azure SDK for Python