Oracle GoldenGate · Schema

UpdateConnectionDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
displayName string
description string
freeformTags object
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-update-connection-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateConnectionDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "freeformTags": {
      "type": "object"
    }
  }
}