Oracle GoldenGate · Example Payload

Oracle Goldengate Cloud Service Certificate Example

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Oracle Goldengate Cloud Service Certificate Example is an example object payload from Oracle GoldenGate, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

keydeploymentIdsubjectissuerisSelfSignedmd5HashpublicKeypublicKeyAlgorithmtimeValidFromtimeValidToseriallifecycleStatetimeCreated

Example Payload

Raw ↑
{
  "key": "example_value",
  "deploymentId": "500123",
  "subject": "example_value",
  "issuer": "example_value",
  "isSelfSigned": true,
  "md5Hash": "example_value",
  "publicKey": "example_value",
  "publicKeyAlgorithm": "example_value",
  "timeValidFrom": "example_value",
  "timeValidTo": "example_value",
  "serial": "example_value",
  "lifecycleState": "example_value",
  "timeCreated": "example_value"
}