# Get Kms Key Response

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `created-at` | string | **yes** | ISO 8601 date-time. |
| `description` | string | **yes** |  |
| `id` | string | **yes** | Must be a valid UUID. |
| `material` | [Key Material](/reference/api/_schemas/key-material/) | **yes** |  |
| `multi-zone` | boolean | **yes** |  |
| `name` | string | **yes** |  |
| `origin-zone` | string | **yes** |  |
| `replicas` | array[string] | **yes** |  |
| `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** | ISO 8601 date-time. |
| `usage` | string | **yes** |  |
| `replicas-status` | array of [Replica State](/reference/api/_schemas/replica-state/) | no |  |

