{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.delegatedAdminAccessContainer", "title": "delegatedAdminAccessContainer", "required": [ "@odata.type" ], "type": "object", "properties": { "accessContainerId": { "type": "string", "description": "The identifier of the access container (for example, a security group). For 'securityGroup' access containers, this must be a valid ID of a Microsoft Entra security group in the Microsoft partner's tenant." }, "accessContainerType": { "$ref": "#/components/schemas/microsoft.graph.delegatedAdminAccessContainerType" }, "@odata.type": { "type": "string" } } }