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

WebsiteCaSummary

import type { WebsiteCaSummary } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";

The summary of the certificate authority (CA).

interface WebsiteCaSummary {
CreatedTime?: Date | number | null;
DisplayName?: string | null;
WebsiteCaId?: string | null;
}

§Properties

§
CreatedTime?: Date | number | null
[src]

The time when the CA was added.

§
DisplayName?: string | null
[src]

The name to display.

§
WebsiteCaId?: string | null
[src]

A unique identifier for the CA.