v7

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

Imports an externally created key, stores it, and returns key parameters and attributes to the client.

The import key operation may be used to import any key type into an Azure Key Vault. If the named key already exists, Azure Key Vault creates a new version of the key. This operation requires the keys/import permission.

put/keys/{key-name}

Path parameters

key-namestring required

Name for the imported key.

Query parameters

api-versionstring required

Client API version.

Request body

Hsmboolean

Whether to import as a hardware key (HSM) or software key.

tagsobject

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

Response

Imported key bundle to the vault.

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.