Microsoft Graph · Schema

acl

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
accessType object
type object
value string 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) r
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphexternalconnectorsacl-schema.json Raw ↑
{
  "$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"
    }
  }
}