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

SslCert

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

SslCerts Resource

interface SslCert {
cert?: string;
certSerialNumber?: string;
commonName?: string;
createTime?: Date;
expirationTime?: Date;
instance?: string;
kind?: string;
selfLink?: string;
sha1Fingerprint?: string;
}

§Properties

§
cert?: string
[src]

PEM representation.

§
certSerialNumber?: string
[src]

Serial number, as extracted from the certificate.

§
commonName?: string
[src]

User supplied name. Constrained to [a-zA-Z.-_ ]+.

§
createTime?: Date
[src]

The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z

§
expirationTime?: Date
[src]

The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

§
instance?: string
[src]

Name of the database instance.

§
kind?: string
[src]

This is always sql#sslCert.

§
sha1Fingerprint?: string
[src]

Sha1 Fingerprint.