Oracle GoldenGate · JSON Structure

Oracle Goldengate Rest Credential Alias Structure

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

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

Properties

domain alias userid

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CredentialAlias",
  "type": "object",
  "properties": {
    "domain": {
      "type": "string"
    },
    "alias": {
      "type": "string"
    },
    "userid": {
      "type": "string"
    }
  }
}