GoldengateMongodbConnectionProperties
import type { GoldengateMongodbConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateMongodbConnection.
§Properties
Optional. MongoDB connection string. e.g.: 'mongodb://mongodb0.example.com:27017/recordsrecords'
Optional. Input only. The password Oracle Goldengate uses to connect the Mongodb connection in plain text.
Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect the Mongodb connection. Format: projects/{project}/secrets/{secret}/versions/{version}.
Optional. Security Type for MongoDB.
Optional. Database Certificate - The content of a .pem file, containing the server public key (for 1 and 2-way SSL).
Optional. Client Certificate - The content of a .pem file, containing the client public key (for 2-way SSL).
Optional. Input only. The Client Certificate key file password in plain text.