Class ListScanConfigsRequest (1.3.0)

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

Request for the ListScanConfigs method. .. attribute:: parent

Required. The parent resource name, which should be a project resource name in the format 'projects/{projectId}'.

:type: str

Attributes

NameDescription
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 ScanConfigs to return, can be limited by server. If not specified or not positive, the implementation will select a reasonable value.