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

IaCValidationReport

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

Details of an infrastructure-as-code (IaC) validation report.

interface IaCValidationReport {
note?: string;
violations?: Violation[];
}

§Properties

§
note?: string
[src]

Additional information about the report.

§
violations?: Violation[]
[src]

A list of every Violation found in the IaC configuration.