Microsoft Graph · Schema

microsoft.graph.security.labelsRoot

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritylabelsroot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.labelsRoot",
  "title": "microsoft.graph.security.labelsRoot",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "labelsRoot",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "authorities": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.authorityTemplate"
          },
          "description": "Specifies the underlying authority that describes the type of content to be retained and its retention schedule.",
          "x-ms-navigationProperty": true
        },
        "categories": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.categoryTemplate"
          },
          "description": "Specifies a group of similar types of content in a particular department.",
          "x-ms-navigationProperty": true
        },
        "citations": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.citationTemplate"
          },
          "description": "The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted.",
          "x-ms-navigationProperty": true
        },
        "departments": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.departmentTemplate"
          },
          "description": "Specifies the department or business unit of an organization to which a label belongs.",
          "x-ms-navigationProperty": true
        },
        "filePlanReferences": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate"
          },
          "description": "Specifies a unique alpha-numeric identifier for an organization\u2019s retention schedule.",
          "x-ms-navigationProperty": true
        },
        "retentionLabels": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.security.retentionLabel"
          },
          "description": "Represents how customers can manage their data, whether and for how long to retain or delete it.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.security.labelsRoot"
}