GoogleCloudSecuritycenterV2File
import type { GoogleCloudSecuritycenterV2File } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";interface GoogleCloudSecuritycenterV2File {
contents?: string;
diskPath?: GoogleCloudSecuritycenterV2DiskPath;
fileLoadState?: "FILE_LOAD_STATE_UNSPECIFIED" | "LOADED_BY_PROCESS" | "NOT_LOADED_BY_PROCESS";
hashedSize?: bigint;
operations?: GoogleCloudSecuritycenterV2FileOperation[];
partiallyHashed?: boolean;
path?: string;
sha256?: string;
size?: bigint;
}§Properties
§
diskPath?: GoogleCloudSecuritycenterV2DiskPath
[src]§
operations?: GoogleCloudSecuritycenterV2FileOperation[]
[src]