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

UpdateCrlRequest

import type { UpdateCrlRequest } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface UpdateCrlRequest {
crlData?: Uint8Array | string | null;
crlId: string;
name?: string | null;
}

§Properties

§
crlData?: Uint8Array | string | null
[src]

The x509 v3 specified certificate revocation list

§
crlId: string
[src]

The unique identifier of the certificate revocation list (CRL).

§
name?: string | null
[src]

The name of the Crl.