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

ProjectsOccurrencesGetVulnerabilitySummaryOptions

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

Additional options for ContainerAnalysis#projectsOccurrencesGetVulnerabilitySummary.

interface ProjectsOccurrencesGetVulnerabilitySummaryOptions {
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.