Get 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) of the retrieved KMS key. Must be a valid UUID. |
material | 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 | yes | |
rotation | 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 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. |
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 | A list of availability zones where this specific key has active replica mirrors. |
replicas-status | array of Replica State | no | Detailed synchronization metrics for each regional replica mirror. |
Last updated on