Microsoft Purview · Schema

WorkflowCreateOrUpdateCommand

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
triggers array
name string
isEnabled boolean
description string
actionDag object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-workflowcreateorupdatecommand-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkflowCreateOrUpdateCommand",
  "title": "WorkflowCreateOrUpdateCommand",
  "type": "object",
  "properties": {
    "triggers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/WorkflowTrigger"
      }
    },
    "name": {
      "type": "string"
    },
    "isEnabled": {
      "type": "boolean"
    },
    "description": {
      "type": "string"
    },
    "actionDag": {
      "type": "object"
    }
  }
}