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

ProjectsLocationsInstancesVulnerabilityReportsListOptions

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

Additional options for OSConfig#projectsLocationsInstancesVulnerabilityReportsList.

interface ProjectsLocationsInstancesVulnerabilityReportsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

This field supports filtering by the severity level for the vulnerability. For a list of severity levels, see Severity levels for vulnerabilities. The filter field follows the rules described in the AIP-160 guidelines as follows: + Filter for a specific severity type: you can list reports that contain vulnerabilities that are classified as medium by specifying vulnerabilities.details.severity:MEDIUM. + Filter for a range of severities : you can list reports that have vulnerabilities that are classified as critical or high by specifying vulnerabilities.details.severity:HIGH OR vulnerabilities.details.severity:CRITICAL

§
pageSize?: number
[src]

The maximum number of results to return.

§
pageToken?: string
[src]

A pagination token returned from a previous call to ListVulnerabilityReports that indicates where this listing should continue from.