Class ListAssetsResponse (1.4.0)

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

Response message for listing assets. .. attribute:: list_assets_results

Assets matching the list request.

:type: Sequence[google.cloud.securitycenter_v1p1beta1.types.ListAssetsResponse.ListAssetsResult]

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 assets matching the query.

Classes

ListAssetsResult

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

Result containing the Asset and its State. .. attribute:: asset

Asset matching the search request.

:type: google.cloud.securitycenter_v1p1beta1.types.Asset