Oracle GoldenGate · Schema

UpdateUserRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
password string
description string
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-updateuserrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateUserRequest",
  "title": "UpdateUserRequest",
  "type": "object",
  "properties": {
    "password": {
      "type": "string",
      "format": "password",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "example": "A sample description."
    }
  }
}