Microsoft Graph · Schema

microsoft.graph.sharePointProtectionPolicy

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsharepointprotectionpolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.sharePointProtectionPolicy",
  "title": "microsoft.graph.sharePointProtectionPolicy",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.protectionPolicyBase"
    },
    {
      "title": "sharePointProtectionPolicy",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "siteInclusionRules": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.siteProtectionRule"
          },
          "description": "The rules associated with the SharePoint Protection policy.",
          "x-ms-navigationProperty": true
        },
        "siteProtectionUnits": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.siteProtectionUnit"
          },
          "description": "The protection units (sites) that are protected under the site protection policy.",
          "x-ms-navigationProperty": true
        },
        "siteProtectionUnitsBulkAdditionJobs": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob"
          },
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.sharePointProtectionPolicy"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.sharePointProtectionPolicy"
}