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-createcertificatedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateCertificateDetails",
  "title": "CreateCertificateDetails",
  "type": "object",
  "required": [
    "key",
    "certificateContent"
  ],
  "properties": {
    "key": {
      "type": "string",
      "example": "example_value"
    },
    "certificateContent": {
      "type": "string",
      "example": "example_value"
    }
  }
}