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

ExecutionResult

import type { ExecutionResult } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";

Message describing the result of an execution

interface ExecutionResult {
documentationUrl?: string;
resource?: Resource;
rule?: string;
severity?: string;
violationDetails?: ViolationDetails;
violationMessage?: string;
}

§Properties

§
documentationUrl?: string
[src]

the document url of the rule

§
resource?: Resource
[src]

the violate resource

§
rule?: string
[src]

the rule which violate in execution

§
severity?: string
[src]

severity of violation

§
violationDetails?: ViolationDetails
[src]

the details of violation in result

§
violationMessage?: string
[src]

the violation message of an execution