Microsoft Purview · Schema

ProtectionScope

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
id string
scopeType string
policyId string
policyName string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-protectionscope-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProtectionScope",
  "title": "ProtectionScope",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "scopeType": {
      "type": "string"
    },
    "policyId": {
      "type": "string"
    },
    "policyName": {
      "type": "string"
    }
  }
}