Oracle GoldenGate · Schema

ReplaceUserRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
firstName string
lastName string
email string
role string
userGroupId integer
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-replace-user-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceUserRequest",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "userGroupId": {
      "type": "integer"
    }
  }
}