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

AwsCertificateManagerCertificateExtendedKeyUsage

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

Contains information about an extended key usage X.509 v3 extension object.

interface AwsCertificateManagerCertificateExtendedKeyUsage {
Name?: string | null;
OId?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of an extension value. Indicates the purpose for which the certificate public key can be used.

§
OId?: string | null
[src]

An object identifier (OID) for the extension value.

The format is numbers separated by periods.