Microsoft Purview · Schema

InformationProtectionPolicySetting

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
id string
moreInfoUrl string
isMandatory boolean
isDowngradeJustificationRequired boolean
defaultLabelId string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-informationprotectionpolicysetting-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InformationProtectionPolicySetting",
  "title": "InformationProtectionPolicySetting",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true
    },
    "moreInfoUrl": {
      "type": "string"
    },
    "isMandatory": {
      "type": "boolean"
    },
    "isDowngradeJustificationRequired": {
      "type": "boolean"
    },
    "defaultLabelId": {
      "type": "string"
    }
  }
}