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

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

§
adminPassword?: string
[src]

Optional. The Goldengate deployment console password in plain text.

§
adminPasswordSecretVersion?: string
[src]

Optional. Input only. The Goldengate deployment console password secret version.

§
adminUsername?: string
[src]

Required. The Goldengate deployment console username.

§
readonly certificate?: string
[src]

Output only. The certificate of the GoldengateDeployment.

§
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.

§
readonly identityDomainId?: string
[src]

Output only. The identity domain id of the GoldengateDeployment.

§
oggVersion?: string
[src]

Optional. Version of OGG

§
readonly passwordSecretId?: string
[src]

Output only. The password secret id of the GoldengateDeployment.