# Create Kms Key Request

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `name` | string | **yes** | A human-readable display name uniquely identifying the KMS key within the tenant space. |
| `description` | string | no | An optional detailed description providing additional context about the key's intended use case. |
| `multi-zone` | boolean | no | True if this is a multi-zone key.<br/><br/>Default: `false`. |
| `usage` | string | no | Allowed values: `encrypt-decrypt`.<br/><br/>Default: `encrypt-decrypt`. |

