Class ListVulnerabilityReportsRequest (1.11.1)

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

A request message for listing vulnerability reports for all VM instances in the specified location.

Attributes

NameDescription
parent str
Required. The parent resource name. Format: ``projects/{project}/locations/{location}/instances/-`` For ``{project}``, either ``project-number`` or ``project-id`` can be provided.
page_size int
The maximum number of results to return.
page_token str
A pagination token returned from a previous call to ``ListVulnerabilityReports`` that indicates where this listing should continue from.
filter str
If provided, this field specifies the criteria that must be met by a ``vulnerabilityReport`` API resource to be included in the response.

Inheritance

builtins.object > proto.message.Message > ListVulnerabilityReportsRequest