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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python