Interface AuditEventResource

interface AuditEventResource {
    type: null | string;
    id_fingerprint: null | string;
}

Properties

Properties

type: null | string
id_fingerprint: null | string

First 12 chars of the SHA-256 hash of the resource id — enough to eyeball-diff rows, but short of a reversible fingerprint.