GoldengateOracleNosqlConnectionProperties
import type { GoldengateOracleNosqlConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateOracleNosqlConnection.
interface GoldengateOracleNosqlConnectionProperties {
privateKeyFile?: string;
privateKeyPassphraseSecret?: string;
publicKeyFingerprint?: string;
region?: string;
technologyType?: string;
tenancyId?: string;
useResourcePrincipal?: boolean;
userId?: string;
}§Properties
§
privateKeyFile?: string
[src]Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
§
publicKeyFingerprint?: string
[src]Optional. The fingerprint of the API Key of the user specified by the userId.