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;
}

§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.