Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OracleSslConfig

import type { OracleSslConfig } from "https://googleapis.deno.dev/v1/datastream:v1.ts";

Oracle SSL configuration information.

interface OracleSslConfig {
caCertificate?: string;
readonly caCertificateSet?: boolean;
serverCertificateDistinguishedName?: string;
}

§Properties

§
caCertificate?: string
[src]

Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.

§
readonly caCertificateSet?: boolean
[src]

Output only. Indicates whether the ca_certificate field has been set for this Connection-Profile.

§
serverCertificateDistinguishedName?: string
[src]

Optional. The distinguished name (DN) mentioned in the server certificate. This corresponds to SSL_SERVER_CERT_DN sqlnet parameter. Refer https://docs.oracle.com/en/database/oracle/oracle-database/19/netrf/local-naming-parameters-in-tns-ora-file.html#GUID-70AB0695-A9AA-4A94-B141-4C605236EEB7 If this field is not provided, the DN matching is not enforced.