GoldengateGroupToRolesMapping
import type { GoldengateGroupToRolesMapping } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The group to roles mapping of the GoldengateDeployment.
interface GoldengateGroupToRolesMapping {
readonly administratorGroupId?: string;
readonly operatorGroupId?: string;
readonly securityGroupId?: string;
readonly userGroupId?: string;
}