Microsoft Purview · Schema

AccountEndpoints

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
catalog string
guardian string
scan string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-accountendpoints-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountEndpoints",
  "title": "AccountEndpoints",
  "type": "object",
  "readOnly": true,
  "properties": {
    "catalog": {
      "type": "string"
    },
    "guardian": {
      "type": "string"
    },
    "scan": {
      "type": "string"
    }
  }
}