GoldengateMicrosoftSqlserverConnectionProperties
import type { GoldengateMicrosoftSqlserverConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateMicrosoftSqlserverConnection.
interface GoldengateMicrosoftSqlserverConnectionProperties {
additionalAttributes?: NameValuePair[];
database?: string;
host?: string;
password?: string;
passwordSecretVersion?: string;
port?: number;
securityProtocol?: "MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED" | "PLAIN" | "TLS";
serverCertificateValidationRequired?: boolean;
sslCaFile?: string;
technologyType?: string;
username?: string;
}§Properties
§
additionalAttributes?: NameValuePair[]
[src]Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.
§
password?: string
[src]Optional. Input only. The password Oracle Goldengate uses for Microsoft SQL Server connection in plain text.
§
passwordSecretVersion?: string
[src]Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Microsoft SQL Server connection. Format: projects/{project}/secrets/{secret}/versions/{version}.
§
securityProtocol?: "MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED" | "PLAIN" | "TLS"
[src]Optional. Security Type for Microsoft SQL Server.
§
serverCertificateValidationRequired?: boolean
[src]Optional. If set to true, the driver validates the certificate that is sent by the database server.