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

VulnerabilityReport

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

This API resource represents the vulnerability report for a specified Compute Engine virtual machine (VM) instance at a given point in time. For more information, see Vulnerability reports.

interface VulnerabilityReport {
readonly name?: string;
readonly updateTime?: Date;
readonly vulnerabilities?: VulnerabilityReportVulnerability[];
}

§Properties

§
readonly name?: string
[src]

Output only. The vulnerabilityReport API resource name. Format: projects/{project_number}/locations/{location}/instances/{instance_id}/vulnerabilityReport

§
readonly updateTime?: Date
[src]

Output only. The timestamp for when the last vulnerability report was generated for the VM.

§
readonly vulnerabilities?: VulnerabilityReportVulnerability[]
[src]

Output only. List of vulnerabilities affecting the VM.