Oracle GoldenGate · JSON Structure

Oracle Goldengate Cloud Service Certificate Structure

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

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

Properties

key deploymentId subject issuer isSelfSigned md5Hash publicKey publicKeyAlgorithm timeValidFrom timeValidTo serial lifecycleState timeCreated

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": {
    "key": {
      "type": "string"
    },
    "deploymentId": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "issuer": {
      "type": "string"
    },
    "isSelfSigned": {
      "type": "boolean"
    },
    "md5Hash": {
      "type": "string"
    },
    "publicKey": {
      "type": "string"
    },
    "publicKeyAlgorithm": {
      "type": "string"
    },
    "timeValidFrom": {
      "type": "string"
    },
    "timeValidTo": {
      "type": "string"
    },
    "serial": {
      "type": "string"
    },
    "lifecycleState": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    }
  }
}