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

ProjectsLocationsOccurrencesGetVulnerabilitySummaryOptions

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

Additional options for ContainerAnalysis#projectsLocationsOccurrencesGetVulnerabilitySummary.

interface ProjectsLocationsOccurrencesGetVulnerabilitySummaryOptions {
filter?: string;
returnPartialSuccess?: boolean;
}

§Properties

§
filter?: string
[src]

The filter expression.

§
returnPartialSuccess?: boolean
[src]

If set, the request will return all reachable occurrence summaries and report all unreachable regions in the unreachable field in the response. Only applicable for requests in the global region.