AzureTenantInfo
The AzureTenantInfo class provides information about a Microsoft Entra tenant.
Properties
-
Property
-
Description
-
Id
-
Gets the identifier of the Microsoft Entra tenant.
-
Name
-
Gets the name of the Microsoft Entra tenant.
-
NationalCloud
-
Gets the national cloud of the Microsoft Entra tenant.
-
Domains
-
Gets the domain names available in the Microsoft Entra tenant.
-
AuthApplicationId
-
Gets the identifier of the app registration used to manage the tenant.
-
InitialDomain
-
Gets the initial domain name of the tenant (<domainname>.onmicrosoft.com).
Details
Id
Gets the identifier of the Microsoft Entra tenant.
- Type:
- Guid
- Access:
- Read-only
Name
Gets the name of the Microsoft Entra tenant.
- Type:
- string
- Access:
- Read-only
NationalCloud
Gets the national cloud of the Microsoft Entra tenant.
- Type:
- AzureNationalCloud
- Access:
- Read-only
Domains
Gets the domain names available in the Microsoft Entra tenant.
- Type:
- string[]
- Access:
- Read-only
AuthApplicationId
Gets the identifier of the app registration used to manage the tenant.
- Type:
- string
- Access:
- Read-only
InitialDomain
Gets the initial domain name of the tenant (<domainname>.onmicrosoft.com).
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2023