Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
readonly administratorGroupId?: string
[src]

Output only. The administrator group id.

§
readonly operatorGroupId?: string
[src]

Output only. The operator group id.

§
readonly securityGroupId?: string
[src]

Output only. The security group id.

§
readonly userGroupId?: string
[src]

Output only. The user group id.