Oracle GoldenGate · Schema

Certificate

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
alias string
subject string
issuer string
serialNumber string
notBefore string
notAfter string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-rest-certificate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Certificate",
  "type": "object",
  "properties": {
    "alias": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "issuer": {
      "type": "string"
    },
    "serialNumber": {
      "type": "string"
    },
    "notBefore": {
      "type": "string"
    },
    "notAfter": {
      "type": "string"
    }
  }
}