Oracle GoldenGate · Schema

CreateCertificateDetails

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
key string
certificateContent string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-cloud-service-create-certificate-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateCertificateDetails",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "certificateContent": {
      "type": "string"
    }
  }
}