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

SigningProfileRevocationRecord

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

Revocation information for a signing profile.

interface SigningProfileRevocationRecord {
revocationEffectiveFrom?: Date | number | null;
revokedAt?: Date | number | null;
revokedBy?: string | null;
}

§Properties

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

The time when revocation becomes effective.

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

The time when the signing profile was revoked.

§
revokedBy?: string | null
[src]

The identity of the revoker.