v8

latestSwagger 2.02026-07-13254292.3 KB

Releases a key.

The release key operation is applicable to all key types. The target key must be marked exportable. This operation requires the keys/release permission.

post/keys/{key-name}/{key-version}/release

Path parameters

key-namestring required

The name of the key to get.

key-versionstring required

Adding the version parameter retrieves a specific version of a key.

Query parameters

api-versionstring required

The API version to use for this operation.

Request body

targetstring required

The attestation assertion for the target of the key release.

noncestring

A client provided nonce for freshness.

enc'CKM_RSA_AES_KEY_WRAP' | 'RSA_AES_KEY_WRAP_256' | 'RSA_AES_KEY_WRAP_384'

The encryption algorithm to use to protected the exported key material

Response

The request has succeeded.

valuestring

A signed object containing the released key.