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

SimulatedResult

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

Possible test result.

interface SimulatedResult {
error?: Status;
finding?: Finding;
noViolation?: Empty;
}

§Properties

§
error?: Status
[src]

Error encountered during the test.

§
finding?: Finding
[src]

Finding that would be published for the test case, if a violation is detected.

§
noViolation?: Empty
[src]

Indicates that the test case does not trigger any violation.