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/00000000-0000-0000-0000-000000000000. |
tenant_id
|
The tenant ID. For example, 00000000-0000-0000-0000-000000000000. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python