Microsoft Graph · Schema

microsoft.graph.userDataSecurityAndGovernance

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserdatasecurityandgovernance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userDataSecurityAndGovernance",
  "title": "microsoft.graph.userDataSecurityAndGovernance",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.dataSecurityAndGovernance"
    },
    {
      "title": "userDataSecurityAndGovernance",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "activities": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.activitiesContainer"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Container for activity logs (content processing and audit) related to this user. ContainsTarget: true.",
          "x-ms-navigationProperty": true
        },
        "protectionScopes": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.userProtectionScopeContainer"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.userDataSecurityAndGovernance"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.userDataSecurityAndGovernance"
}