OracleAsmConfig
import type { OracleAsmConfig } from "https://googleapis.deno.dev/v1/datastream:v1.ts";
Configuration for Oracle Automatic Storage Management (ASM) connection.
interface OracleAsmConfig {
asmService?: string;
connectionAttributes?: {};
[key: string]: string;
hostname?: string;
oracleSslConfig?: OracleSslConfig;
password?: string;
port?: number;
secretManagerStoredPassword?: string;
username?: string;
}§Properties
§
oracleSslConfig?: OracleSslConfig
[src]Optional. SSL configuration for the Oracle connection.
§
password?: string
[src]Optional. Password for the Oracle ASM connection. Mutually exclusive with
the secret_manager_stored_password
field.