File
import type { File } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
File information about the related binary/library used by an executable, or the script used by a script interpreter
interface File {
contents?: string;
diskPath?: DiskPath;
hashedSize?: bigint;
operations?: FileOperation[];
partiallyHashed?: boolean;
path?: string;
sha256?: string;
size?: bigint;
}§Properties
§
hashedSize?: bigint
[src]The length in bytes of the file prefix that was hashed. If hashed_size == size, any hashes reported represent the entire file.
§
operations?: FileOperation[]
[src]Operation(s) performed on a file.