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

ImportCrlRequest

import type { ImportCrlRequest } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface ImportCrlRequest {
crlData: Uint8Array | string;
enabled?: boolean | null;
name: string;
tags?: Tag[] | null;
trustAnchorArn: string;
}

§Properties

§
crlData: Uint8Array | string
[src]

The x509 v3 specified certificate revocation list

§
enabled?: boolean | null
[src]

Specifies whether the certificate revocation list (CRL) is enabled.

§
name: string
[src]

The name of the certificate revocation list (CRL).

§
tags?: Tag[] | null
[src]

A list of tags to attach to the certificate revocation list (CRL).

§
trustAnchorArn: string
[src]

The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.