Name | Type | Description | Notes |
---|---|---|---|
items | list[EncryptionKey] | Retrieved list of encryption keys. | [optional] |
page | int | Index of the returned page, where one corresponds to the first page. As this collection doesn't support paging the result will always be `1`. | [optional] |
size | int | Number of items that will be contained in the returned page. As this collection doesn't support paging or searching the result will always be the total number of regions of the provider. | [optional] |
total | int | Total number of items of the collection that match the search criteria, regardless of the size of the page. As this collection doesn't support paging or searching the result will always be the total number of available regions of the provider. | [optional] |