Microsoft Purview · Schema

WorkflowTrigger

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
type string
underGlossaryHierarchy string
underCollection string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-workflowtrigger-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkflowTrigger",
  "title": "WorkflowTrigger",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "when_term_creation_is_requested",
        "when_term_deletion_is_requested",
        "when_term_update_is_requested",
        "when_data_access_grant_is_requested",
        "when_asset_update_is_requested"
      ]
    },
    "underGlossaryHierarchy": {
      "type": "string"
    },
    "underCollection": {
      "type": "string"
    }
  }
}