Class ListCryptoKeysResponse (2.7.0)

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

Response message for KeyManagementService.ListCryptoKeys.

Attributes

NameDescription
crypto_keys Sequence[google.cloud.kms_v1.types.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.