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

SigningJobRevocationRecord

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

Revocation information for a signing job.

interface SigningJobRevocationRecord {
reason?: string | null;
revokedAt?: Date | number | null;
revokedBy?: string | null;
}

§Properties

§
reason?: string | null
[src]

A caller-supplied reason for revocation.

§
revokedAt?: Date | number | null
[src]

The time of revocation.

§
revokedBy?: string | null
[src]

The identity of the revoker.