Class ListCryptoKeysResponse (2.2.0)

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

Response message for KeyManagementService.ListCryptoKeys.

Attributes

NameDescription
crypto_keys Sequence[.resources.CryptoKey]
The list of CryptoKeys.
next_page_token str
A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest.page_token to retrieve the next page of results.
total_size int
The total number of CryptoKeys that matched the query.