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

ListCrlsResponse

import type { ListCrlsResponse } from "https://aws-api.deno.dev/v0.4/services/rolesanywhere.ts?docs=full";
interface ListCrlsResponse {
crls?: CrlDetail[] | null;
nextToken?: string | null;
}

§Properties

§
crls?: CrlDetail[] | null
[src]

A list of certificate revocation lists (CRL).

§
nextToken?: string | null
[src]

A token that indicates where the output should continue from, if a previous operation did not show all results. To get the next results, call the operation again with this value.