Execution
import type { Execution } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
Message describing Execution object
interface Execution {
readonly endTime?: Date;
readonly evaluationId?: string;
externalDataSources?: ExternalDataSources[];
readonly inventoryTime?: Date;
labels?: {};
[key: string]: string;
name?: string;
readonly notices?: Notice[];
readonly resultSummary?: Summary;
readonly ruleResults?: RuleExecutionResult[];
runType?: "TYPE_UNSPECIFIED" | "ONE_TIME" | "SCHEDULED";
readonly startTime?: Date;
readonly state?:
} | "STATE_UNSPECIFIED"
| "RUNNING"
| "SUCCEEDED"
| "FAILED";
§Properties
§
externalDataSources?: ExternalDataSources[]
[src]Optional. External data sources
§
name?: string
[src]The name of execution resource. The format is projects/{project}/locations/{location}/evaluations/{evaluation}/executions/{execution}
§
readonly ruleResults?: RuleExecutionResult[]
[src]Output only. execution result summary per rule