Microsoft Purview · Schema

ConnectedVia

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
referenceName string
integrationRuntimeType string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-connectedvia-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectedVia",
  "title": "ConnectedVia",
  "type": "object",
  "properties": {
    "referenceName": {
      "type": "string"
    },
    "integrationRuntimeType": {
      "type": "string"
    }
  }
}