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

GoogleCloudSecuritycenterV2Process

import type { GoogleCloudSecuritycenterV2Process } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface GoogleCloudSecuritycenterV2Process {
args?: string[];
argumentsTruncated?: boolean;
envVariablesTruncated?: boolean;
name?: string;
parentPid?: bigint;
pid?: bigint;
userId?: bigint;
}

§Properties

§
args?: string[]
[src]
§
argumentsTruncated?: boolean
[src]
§
envVariablesTruncated?: boolean
[src]
§
name?: string
[src]
§
parentPid?: bigint
[src]
§
pid?: bigint
[src]
§
userId?: bigint
[src]