tenantDetailedInformation resource type

Namespace: microsoft.graph.managedTenants

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents detailed information for a managed tenant.

Methods

Method Return type Description
List tenantDetailedInformation microsoft.graph.managedTenants.tenantDetailedInformation collection Get a list of the tenantDetailedInformation objects and their properties.
Get tenantDetailedInformation microsoft.graph.managedTenants.tenantDetailedInformation Read the properties and relationships of a tenantDetailedInformation object.

Properties

Property Type Description
city String The city where the managed tenant is located. Optional. Read-only.
countryCode String The code for the country where the managed tenant is located. Optional. Read-only.
countryName String The name for the country where the managed tenant is located. Optional. Read-only.
defaultDomainName String The default domain name for the managed tenant. Optional. Read-only.
displayName String The display name for the managed tenant.
id String The unique identifier for this entity. Required. Read-only.
industryName String The business industry associated with the managed tenant. Optional. Read-only.
region String The region where the managed tenant is located. Optional. Read-only.
segmentName String The business segment associated with the managed tenant. Optional. Read-only.
tenantId String The Microsoft Entra tenant identifier for the managed tenant.
verticalName String The vertical associated with the managed tenant. Optional. Read-only.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.managedTenants.tenantDetailedInformation",
  "id": "String (identifier)",
  "tenantId": "String",
  "displayName": "String",
  "defaultDomainName": "String",
  "countryName": "String",
  "countryCode": "String",
  "city": "String",
  "region": "String",
  "verticalName": "String",
  "industryName": "String",
  "segmentName": "String"
}