Microsoft Graph · Schema

microsoft.graph.driveProtectionUnit

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdriveprotectionunit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.driveProtectionUnit",
  "title": "microsoft.graph.driveProtectionUnit",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.protectionUnitBase"
    },
    {
      "title": "driveProtectionUnit",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "directoryObjectId": {
          "type": "string",
          "description": "ID of the directory object.",
          "nullable": true
        },
        "displayName": {
          "type": "string",
          "description": "Display name of the directory object.",
          "nullable": true,
          "readOnly": true
        },
        "email": {
          "type": "string",
          "description": "Email associated with the directory object.",
          "nullable": true,
          "readOnly": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.driveProtectionUnit"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.driveProtectionUnit"
}