Class ListFindingsResponse (1.3.1)

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

Response message for listing findings. .. attribute:: findings

Findings matching the list request.

:type: Sequence[google.cloud.securitycenter_v1beta1.types.Finding]

Attributes

NameDescription
read_time google.protobuf.timestamp_pb2.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.