Microsoft Purview · Schema

LabelingOptions

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
assignmentMethod string
labelId string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-labelingoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LabelingOptions",
  "title": "LabelingOptions",
  "type": "object",
  "properties": {
    "assignmentMethod": {
      "type": "string",
      "enum": [
        "standard",
        "privileged",
        "auto"
      ]
    },
    "labelId": {
      "type": "string",
      "format": "uuid"
    }
  }
}