delegatedAdminCustomer resource type

Namespace: microsoft.graph

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 a Microsoft Entra organization that is a customer of a Microsoft partner and has a delegated admin relationship with the Microsoft partner. This object is automatically created by the system when at least one delegated admin relationship exists between the partner and customer and is deleted when no more active relationships exist.

Methods

Method Return type Description
List delegatedAdminCustomers delegatedAdminCustomer collection Get a list of the delegatedAdminCustomer objects and their properties.
Get delegatedAdminCustomer delegatedAdminCustomer Read the properties and relationships of a delegatedAdminCustomer object.

Properties

Property Type Description
displayName String The Microsoft Entra ID display name of the customer tenant. Read-only. Supports $orderby.
id String The Microsoft Entra ID-assigned unique identifier of the customer. Read-only. Inherited from entity.
tenantId String The Microsoft Entra ID-assigned tenant ID of the customer. Read-only.

Relationships

Relationship Type Description
serviceManagementDetails delegatedAdminServiceManagementDetail collection Contains the management details of a service in the customer tenant that's managed by delegated administration.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.delegatedAdminCustomer",
  "id": "String (identifier)",
  "tenantId": "String",
  "displayName": "String"
}