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

SslCertDetail

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

SslCertDetail.

interface SslCertDetail {
certInfo?: SslCert;
certPrivateKey?: string;
}

§Properties

§
certInfo?: SslCert
[src]

The public information about the cert.

§
certPrivateKey?: string
[src]

The private key for the client cert, in pem format. Keep private in order to protect your security.