Microsoft Graph · Schema

delegatedAdminAccessContainer

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
accessContainerId string 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 te
accessContainerType object
@odata.type string
View JSON Schema on GitHub

JSON Schema

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