RuleExecutionResult
import type { RuleExecutionResult } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
Message for execution result summary per rule
interface RuleExecutionResult {
message?: string;
resultCount?: bigint;
rule?: string;
scannedResourceCount?: bigint;
readonly state?:
} | "STATE_UNSPECIFIED"
| "STATE_SUCCESS"
| "STATE_FAILURE"
| "STATE_SKIPPED";