Oracle GoldenGate · Schema

ReplaceUserGroupRequest

CDCData IntegrationData SynchronizationDatabaseEnterpriseReal-Time Replication

Properties

Name Type Description
name string
description string
permissions array
View JSON Schema on GitHub

JSON Schema

oracle-goldengate-veridata-rest-replace-user-group-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceUserGroupRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "permissions": {
      "type": "array"
    }
  }
}