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

KeyUsage

import type { KeyUsage } from "https://aws-api.deno.dev/v0.3/services/acm.ts?docs=full";

The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate.

interface KeyUsage {
Name?: KeyUsageName | null;
}

§Properties

§
Name?: KeyUsageName | null
[src]

A string value that contains a Key Usage extension name.