View Source GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsInventoryV1ListCryptoKeysResponse (google_api_kms_inventory v0.3.0)
Response message for KeyDashboardService.ListCryptoKeys.
Attributes
-
cryptoKeys
(type:list(GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsV1CryptoKey.t)
, default:nil
) - The list of CryptoKeys. -
nextPageToken
(type:String.t
, default:nil
) - The page token returned from the previous response if the next page is desired.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsInventoryV1ListCryptoKeysResponse{ cryptoKeys: [GoogleApi.KMSInventory.V1.Model.GoogleCloudKmsV1CryptoKey.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.