Class ListKeyRingsResponse (2.21.2)

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

Response message for KeyManagementService.ListKeyRings.

Attributes

NameDescription
key_rings MutableSequence[google.cloud.kms_v1.types.KeyRing]
The list of KeyRings.
next_page_token str
A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results.
total_size int
The total number of KeyRings that matched the query.