Audit
import type { Audit } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Tracks basic CRUD facts.
interface Audit {
readonly createTime?: Date;
readonly creator?: string;
readonly updater?: string;
readonly updateTime?: Date;
}