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

CreateIaCValidationReportRequest

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

Request message for CreateIaCValidationReport.

interface CreateIaCValidationReportRequest {
iac?: IaC;
}

§Properties

§
iac?: IaC
[src]

Required. The infrastructure-as-code (IaC) configuration to validate.