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

ProjectsScanConfigsScanRunsFindingsListOptions

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

Additional options for WebSecurityScanner#projectsScanConfigsScanRunsFindingsList.

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

§Properties

§
filter?: string
[src]

The filter expression. The expression must be in the format: . Supported field: 'finding_type'. Supported operator: '='.

§
pageSize?: number
[src]

The maximum number of Findings to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.

§
pageToken?: string
[src]

A token identifying a page of results to be returned. This should be a next_page_token value returned from a previous List request. If unspecified, the first page of results is returned.