Microsoft Purview · Schema

DlpAction

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
actionType string
description string
policyId string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-dlpaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DlpAction",
  "title": "DlpAction",
  "type": "object",
  "properties": {
    "actionType": {
      "type": "string",
      "enum": [
        "notifyUser",
        "blockAccess",
        "auditOnly",
        "encrypt",
        "applyLabel"
      ]
    },
    "description": {
      "type": "string"
    },
    "policyId": {
      "type": "string"
    }
  }
}