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

GoogleCloudSecuritycenterV2FileOperation

import type { GoogleCloudSecuritycenterV2FileOperation } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Operation(s) performed on a file.

interface GoogleCloudSecuritycenterV2FileOperation {
type?:
| "OPERATION_TYPE_UNSPECIFIED"
| "OPEN"
| "READ"
| "RENAME"
| "WRITE"
| "EXECUTE";
}

§Properties

§
type?: "OPERATION_TYPE_UNSPECIFIED" | "OPEN" | "READ" | "RENAME" | "WRITE" | "EXECUTE"
[src]

The type of the operation