Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Certificate Structure

Type: object Properties: 6
CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Certificate is a JSON Structure definition published by Oracle GoldenGate, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

alias subject issuer serialNumber notBefore notAfter

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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