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

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;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time at which the report was created.

§
readonly iacValidationReport?: IaCValidationReport
[src]

Output only. An infrastructure-as-code (IaC) validation report.

§
name?: string
[src]

Required. The name of the report, in the format organizations/{organization}/locations/global/reports/{report_id}.

§
readonly updateTime?: Date
[src]

Output only. The time at which the report was last updated.