{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.externalConnectors.acl", "title": "acl", "required": [ "@odata.type" ], "type": "object", "properties": { "accessType": { "$ref": "#/components/schemas/microsoft.graph.externalConnectors.accessType" }, "type": { "$ref": "#/components/schemas/microsoft.graph.externalConnectors.aclType" }, "value": { "type": "string", "description": "The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups value is set to the ID of the externalGroup" }, "@odata.type": { "type": "string" } } }