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

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

§Properties

§
message?: string
[src]

Execution message, if any

§
resultCount?: bigint
[src]

Number of violations

§
rule?: string
[src]

rule name

§
scannedResourceCount?: bigint
[src]

Number of total scanned resources

§
readonly state?: "STATE_UNSPECIFIED" | "STATE_SUCCESS" | "STATE_FAILURE" | "STATE_SKIPPED"
[src]

Output only. The execution status