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

VulnerabilitySnapshot

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

Result containing the properties and count of a VulnerabilitySnapshot request.

interface VulnerabilitySnapshot {
cloudProvider?:
| "CLOUD_PROVIDER_UNSPECIFIED"
| "GOOGLE_CLOUD_PLATFORM"
| "AMAZON_WEB_SERVICES"
| "MICROSOFT_AZURE";
name?: string;
snapshotTime?: Date;
}

§Properties

§
cloudProvider?: "CLOUD_PROVIDER_UNSPECIFIED" | "GOOGLE_CLOUD_PLATFORM" | "AMAZON_WEB_SERVICES" | "MICROSOFT_AZURE"
[src]

The cloud provider for the vulnerability snapshot.

§

The vulnerability count by severity.

§
name?: string
[src]

Identifier. The vulnerability snapshot name. Format: //locations//vulnerabilitySnapshots/

§
snapshotTime?: Date
[src]

The time that the snapshot was taken.