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

DescribeCertificateResult

import type { DescribeCertificateResult } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface DescribeCertificateResult {
Certificate?: Certificate | null;
}

§Properties

§
Certificate?: Certificate | null
[src]

Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name.