# List Kms Keys Response Entry

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `created-at` | string | **yes** | The UTC timestamp showing when the KMS key was originally provisioned.<br/><br/>ISO 8601 date-time. |
| `id` | string | **yes** | The globally unique identifier (UUID) tracking this key entity.<br/><br/>Must be a valid UUID. |
| `material` | [Key Material](/reference/api/_schemas/key-material/) | **yes** |  |
| `multi-zone` | boolean | **yes** | True if this is a multi-zone key. |
| `name` | string | **yes** | The display name of the KMS key. |
| `origin-zone` | string | **yes** | The creation zone of the KMS key. |
| `revision` | [Revision Stamp](/reference/api/_schemas/revision-stamp/) | **yes** |  |
| `rotation` | [Key Rotation Config](/reference/api/_schemas/key-rotation-config/) | **yes** |  |
| `source` | string | **yes** | Allowed values: `exoscale-kms`. |
| `status` | string | **yes** | Allowed values: `enabled`, `disabled`, `pending-deletion`. |
| `status-since` | string | **yes** | The precise time when the key entered its current configuration phase.<br/><br/>ISO 8601 date-time. |
| `usage` | string | **yes** | The cryptographic operation constraints allowed on this key. |
| `delete-at` | string | no | ISO 8601 date-time. |
| `description` | string | no | An optional detailed description providing additional context about the key's intended use case. |
| `replicas` | array[string] | no | Array tracking target zones currently maintaining copies of this item. |

