v7

latestSwagger 2.0raw.githubusercontent.com2022-12-067889207.3 KB
DeletedKeys

Recovers the deleted key to its latest version.

The Recover Deleted Key operation is applicable for deleted keys in soft-delete enabled vaults. It recovers the deleted key back to its latest version under /keys. An attempt to recover an non-deleted key will return an error. Consider this the inverse of the delete operation on soft-delete enabled vaults. This operation requires the keys/recover permission.

post/deletedkeys/{key-name}/recover

Path parameters

key-namestring required

The name of the deleted key.

Query parameters

api-versionstring required

Client API version.

Response

A Key bundle of the original key and its attributes

tagsobject

Application specific metadata in the form of key-value pairs.

managedboolean

True if the key's lifetime is managed by key vault. If this is a key backing a certificate, then managed will be true.