Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudSecuritycenterV2DataAccessEvent

import type { GoogleCloudSecuritycenterV2DataAccessEvent } 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 GoogleCloudSecuritycenterV2DataAccessEvent {
eventId?: string;
eventTime?: Date;
operation?:
| "OPERATION_UNSPECIFIED"
| "READ"
| "MOVE"
| "COPY";
principalEmail?: string;
}

§Properties

§
eventId?: string
[src]

Unique identifier for data access event.

§
eventTime?: Date
[src]

Timestamp of data access event.

§
operation?: "OPERATION_UNSPECIFIED" | "READ" | "MOVE" | "COPY"
[src]

The operation performed by the principal to access the data.

§
principalEmail?: string
[src]

The email address of the principal that accessed the data. The principal could be a user account, service account, Google group, or other.