GoogleCloudSecuritycenterV2DataFlowEvent
import type { GoogleCloudSecuritycenterV2DataFlowEvent } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Details about a data flow event, in which either the data is moved to or is accessed from a non-compliant geo-location, as defined in the applicable data security policy.
interface GoogleCloudSecuritycenterV2DataFlowEvent {
eventId?: string;
eventTime?: Date;
operation?:
| "OPERATION_UNSPECIFIED"
| "READ"
| "MOVE"
| "COPY";
principalEmail?: string;
violatedLocation?: string;
}§Properties
§
operation?: "OPERATION_UNSPECIFIED" | "READ" | "MOVE" | "COPY"
[src]The operation performed by the principal for the data flow event.