Oracle GoldenGate · Schema

LoginResponse

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
token string
sessionTimeout integer
username string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-loginresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LoginResponse",
  "title": "LoginResponse",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "example": "example_value"
    },
    "sessionTimeout": {
      "type": "integer",
      "example": 10
    },
    "username": {
      "type": "string",
      "example": "example_value"
    }
  }
}