GoldengateOggDeployment
import type { GoldengateOggDeployment } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The Ogg data of the GoldengateDeployment.
interface GoldengateOggDeployment {
adminPassword?: string;
adminPasswordSecretVersion?: string;
adminUsername?: string;
readonly certificate?: string;
readonly credentialStore?: "CREDENTIAL_STORE_UNSPECIFIED" | "GOLDENGATE" | "IAM";
deployment?: string;
readonly groupRolesMapping?: GoldengateGroupToRolesMapping;
readonly identityDomainId?: string;
oggVersion?: string;
readonly passwordSecretId?: string;
}§Properties
§
adminPasswordSecretVersion?: string
[src]Optional. Input only. The Goldengate deployment console password secret version.
§
readonly credentialStore?: "CREDENTIAL_STORE_UNSPECIFIED" | "GOLDENGATE" | "IAM"
[src]Output only. The credential store of the GoldengateDeployment.
§
deployment?: string
[src]Required. The name given to the Goldengate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter.
§
readonly groupRolesMapping?: GoldengateGroupToRolesMapping
[src]Output only. The group to roles mapping of the GoldengateDeployment.