{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.delegatedAdminAccessDetails", "title": "delegatedAdminAccessDetails", "required": [ "@odata.type" ], "type": "object", "properties": { "unifiedRoles": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.unifiedRole" }, "description": "The directory roles that the Microsoft partner is assigned in the customer tenant." }, "@odata.type": { "type": "string" } } }