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

ListVulnerabilitiesResponseV1

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

ListVulnerabilitiesResponse contains a single page of vulnerabilities resulting from a scan.

interface ListVulnerabilitiesResponseV1 {
nextPageToken?: string;
occurrences?: Occurrence[];
}

§Properties

§
nextPageToken?: string
[src]

A page token that can be used in a subsequent call to ListVulnerabilities to continue retrieving results.

§
occurrences?: Occurrence[]
[src]

The list of Vulnerability Occurrences resulting from a scan.