Class ListFindingsRequest (1.11.0)

ListFindingsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for the ListFindings method.

Attributes

NameDescription
parent str
Required. The parent resource name, which should be a scan run resource name in the format 'projects/{projectId}/scanConfigs/{scanConfigId}/scanRuns/{scanRunId}'.
filter str
Required. The filter expression. The expression must be in the format: . Supported field: 'finding_type'. Supported operator: '='.
page_token str
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.
page_size int
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.