KeyUsage
import type { KeyUsage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/acmpca.ts";interface KeyUsage {
CRLSign?: boolean | null;
DataEncipherment?: boolean | null;
DecipherOnly?: boolean | null;
DigitalSignature?: boolean | null;
EncipherOnly?: boolean | null;
KeyAgreement?: boolean | null;
KeyCertSign?: boolean | null;
KeyEncipherment?: boolean | null;
NonRepudiation?: boolean | null;
}