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

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";
}

§Properties

§
errorCode?: number
[src]

Optional. If the job did not complete successfully, this field describes why.

§
location?: string
[src]

Optional. Gives the location where the job ran, such as US or europe-west1

§
name?: string
[src]

The fully-qualified name for a job. e.g. projects//jobs/

§
readonly state?: "JOB_STATE_UNSPECIFIED" | "PENDING" | "RUNNING" | "SUCCEEDED" | "FAILED"
[src]

Output only. State of the job, such as RUNNING or PENDING.