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

PolicyInformation

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

Defines the X.509 CertificatePolicies extension.

interface PolicyInformation {
CertPolicyId: string;
PolicyQualifiers?: PolicyQualifierInfo[] | null;
}

§Properties

§
CertPolicyId: string
[src]

Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID).

§
PolicyQualifiers?: PolicyQualifierInfo[] | null
[src]

Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.