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