Create Kms Key Response
Properties
| Property | Type | Required | Description |
|---|---|---|---|
created-at | string | yes | The UTC timestamp showing when the KMS key was originally provisioned. ISO 8601 date-time. |
id | string | yes | The globally unique identifier (UUID) assigned to the newly created KMS key. Must be a valid UUID. |
multi-zone | boolean | yes | True if this is a multi-zone key. |
name | string | yes | The display name assigned to the KMS key. |
origin-zone | string | yes | The creation zone of the KMS key. |
revision | Revision Stamp | yes | |
source | string | yes | Allowed values: exoscale-kms. |
status | string | yes | Allowed values: enabled, disabled, pending-deletion. |
status-since | string | yes | The timestamp indicating exactly when the current key status was last transitioned. ISO 8601 date-time. |
usage | string | yes | The cryptographic operation constraints allowed on this key. |
description | string | no | An optional detailed description providing additional context about the key’s intended use case. |
Last updated on