Microsoft Purview · Schema

AccessKeys

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
atlasKafkaPrimaryEndpoint string
atlasKafkaSecondaryEndpoint string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-accesskeys-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessKeys",
  "title": "AccessKeys",
  "type": "object",
  "properties": {
    "atlasKafkaPrimaryEndpoint": {
      "type": "string"
    },
    "atlasKafkaSecondaryEndpoint": {
      "type": "string"
    }
  }
}