v7

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

Gets the public part of a stored key.

The get key operation is applicable to all key types. If the requested key is symmetric, then no key material is released in the response. This operation requires the keys/get permission.

get/keys/{key-name}/{key-version}

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

Client API version.

Response

A key bundle containing the 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.