GoldengateMysqlConnectionProperties
import type { GoldengateMysqlConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";Properties of GoldengateMysqlConnection.
§Properties
Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
Optional. Input only. The password Oracle Goldengate uses to connect to MySQL 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 to MySQL. Format: projects/{project}/secrets/{secret}/versions/{version}.
Optional. Security Type for MySQL.
Optional. Database Certificate - The content of a .pem or .crt file containing the server public key (for 1 and 2-way SSL).
Optional. Client Certificate - The content of a .pem or .crt file containing the client public key (for 2-way SSL).
Optional. The list of certificates revoked by the trusted certificate authorities (Trusted CA).
Optional. Client Key - The content of a .pem or .crt file containing the client private key (for 2-way SSL).