GoogleCloudSecuritycenterV2Job
import type { GoogleCloudSecuritycenterV2Job } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Describes a job
interface GoogleCloudSecuritycenterV2Job {
errorCode?: number;
location?: string;
name?: string;
readonly state?:
} | "JOB_STATE_UNSPECIFIED"
| "PENDING"
| "RUNNING"
| "SUCCEEDED"
| "FAILED";