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

TlsCertificate

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

TlsCertificate Resource

interface TlsCertificate {
cert?: string;
readonly createTime?: Date;
readonly expireTime?: Date;
serialNumber?: string;
sha1Fingerprint?: string;
}

§Properties

§
cert?: string
[src]

PEM representation.

§
readonly createTime?: Date
[src]

Output only. The time when the certificate was created in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

§
readonly expireTime?: Date
[src]

Output only. The time when the certificate expires in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

§
serialNumber?: string
[src]

Serial number, as extracted from the certificate.

§
sha1Fingerprint?: string
[src]

Sha1 Fingerprint of the certificate.