GoldengateOracleAIDataPlatformConnectionProperties
import type { GoldengateOracleAIDataPlatformConnectionProperties } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The properties of GoldengateOracleAIDataPlatformConnection.
interface GoldengateOracleAIDataPlatformConnectionProperties {
connectionUrl?: string;
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 user_id.