{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.delegatedAdminCustomer", "title": "microsoft.graph.delegatedAdminCustomer", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "delegatedAdminCustomer", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "The Microsoft Entra ID display name of the customer tenant. Read-only. Supports $orderby.", "nullable": true }, "tenantId": { "type": "string", "description": "The Microsoft Entra ID-assigned tenant ID of the customer. Read-only." }, "serviceManagementDetails": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail" }, "description": "Contains the management details of a service in the customer tenant that's managed by delegated administration.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.delegatedAdminCustomer" }