GoogleApi.CloudKMS.V1.Model.ListKeyRingsResponse (google_api_cloud_kms v0.43.0)
View SourceResponse message for KeyManagementService.ListKeyRings.
Attributes
-
keyRings(type:list(GoogleApi.CloudKMS.V1.Model.KeyRing.t), default:nil) - The list of KeyRings. -
nextPageToken(type:String.t, default:nil) - A token to retrieve next page of results. Pass this value in ListKeyRingsRequest.page_token to retrieve the next page of results. -
totalSize(type:integer(), default:nil) - The total number of KeyRings that matched the query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudKMS.V1.Model.ListKeyRingsResponse{ keyRings: [GoogleApi.CloudKMS.V1.Model.KeyRing.t()] | nil, nextPageToken: String.t() | nil, totalSize: integer() | nil }