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

ApiPassthrough

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

Contains X.509 certificate information to be placed in an issued certificate. An APIPassthrough or APICSRPassthrough template variant must be selected, or else this parameter is ignored.

If conflicting or duplicate certificate information is supplied from other sources, Amazon Web Services Private CA applies order of operation rules to determine what information is used.

interface ApiPassthrough {
Extensions?: Extensions | null;
Subject?: ASN1Subject | null;
}

§Properties

§
Extensions?: Extensions | null
[src]

Specifies X.509 extension information for a certificate.

§
Subject?: ASN1Subject | null
[src]