Microsoft Purview · Schema

Operation

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
display object
isDataAction boolean
name string
origin string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-operation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Operation",
  "title": "Operation",
  "type": "object",
  "properties": {
    "display": {
      "type": "object",
      "properties": {
        "description": {
          "type": "string"
        },
        "operation": {
          "type": "string"
        },
        "provider": {
          "type": "string"
        },
        "resource": {
          "type": "string"
        }
      }
    },
    "isDataAction": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "origin": {
      "type": "string"
    }
  }
}