Report
import type { Report } from "https://googleapis.deno.dev/v1/securityposture:v1.ts";
Details of a report.
interface Report {
readonly createTime?: Date;
readonly iacValidationReport?: IaCValidationReport;
name?: string;
readonly updateTime?: Date;
}