Class ListEkmConnectionsResponse (2.12.2)

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

Response message for [KeyManagementService.ListEkmConnections][].

Attributes

NameDescription
ekm_connections Sequence[google.cloud.kms_v1.types.EkmConnection]
The list of EkmConnections.
next_page_token str
A token to retrieve next page of results. Pass this value in ListEkmConnectionsRequest.page_token to retrieve the next page of results.
total_size int
The total number of EkmConnections that matched the query.

Inheritance

builtins.object > proto.message.Message > ListEkmConnectionsResponse