Microsoft Graph · Schema

microsoft.graph.dataSecurityAndGovernance

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdatasecurityandgovernance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.dataSecurityAndGovernance",
  "title": "microsoft.graph.dataSecurityAndGovernance",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "dataSecurityAndGovernance",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "sensitivityLabels": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.sensitivityLabel"
          },
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "discriminator": {
        "propertyName": "@odata.type",
        "mapping": {
          "#microsoft.graph.tenantDataSecurityAndGovernance": "#/components/schemas/microsoft.graph.tenantDataSecurityAndGovernance",
          "#microsoft.graph.userDataSecurityAndGovernance": "#/components/schemas/microsoft.graph.userDataSecurityAndGovernance"
        }
      }
    }
  ]
}