GoogleCloudSecuritycenterV2Process
import type { GoogleCloudSecuritycenterV2Process } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";interface GoogleCloudSecuritycenterV2Process {
args?: string[];
argumentsTruncated?: boolean;
binary?: GoogleCloudSecuritycenterV2File;
envVariables?: GoogleCloudSecuritycenterV2EnvironmentVariable[];
envVariablesTruncated?: boolean;
libraries?: GoogleCloudSecuritycenterV2File[];
name?: string;
parentPid?: bigint;
pid?: bigint;
script?: GoogleCloudSecuritycenterV2File;
userId?: bigint;
}§Properties
§
envVariables?: GoogleCloudSecuritycenterV2EnvironmentVariable[]
[src]§
libraries?: GoogleCloudSecuritycenterV2File[]
[src]