DataAccessEvent
import type { DataAccessEvent } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Details about a data access attempt made by a principal not authorized under applicable data security policy.
interface DataAccessEvent {
eventId?: string;
eventTime?: Date;
operation?:
| "OPERATION_UNSPECIFIED"
| "READ"
| "MOVE"
| "COPY";
principalEmail?: string;
}