Microsoft Purview · Schema

AtlasEntityHeaders

Collection of entity headers for bulk operations

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
guidHeaderMap object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-atlasentityheaders-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtlasEntityHeaders",
  "title": "AtlasEntityHeaders",
  "type": "object",
  "description": "Collection of entity headers for bulk operations",
  "properties": {
    "guidHeaderMap": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/components/schemas/AtlasEntityHeader"
      }
    }
  }
}