AnalysisJobRun
import type { AnalysisJobRun } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";AnalysisJobRun contains information specific to an analysis JobRun.
interface AnalysisJobRun {
readonly alertPolicyAnalyses?: AlertPolicyCheckStatus[];
readonly customCheckAnalyses?: CustomCheckStatus[];
readonly failedCheckId?: string;
}§Properties
§
readonly alertPolicyAnalyses?: AlertPolicyCheckStatus[]
[src]Output only. The status of the running alert policy checks configured for this analysis.
§
readonly customCheckAnalyses?: CustomCheckStatus[]
[src]Output only. The status of the running custom checks configured for this analysis.