Class ListFindingsResponse (1.0.0)

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

Response message for listing findings.

Attributes

NameDescription
list_findings_results Sequence[.securitycenter_service.ListFindingsResponse.ListFindingsResult]
Findings matching the list request.
read_time .timestamp.Timestamp
Time used for executing the list request.
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results.
total_size int
The total number of findings matching the query.

Classes

ListFindingsResult

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

Result containing the Finding and its StateChange.