v7

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

Lists the deleted keys in the specified vault.

Retrieves a list of the keys in the Key Vault as JSON Web Key structures that contain the public part of a deleted key. This operation includes deletion-specific information. The Get Deleted Keys operation is applicable for vaults enabled for soft-delete. While the operation can be invoked on any vault, it will return an error if invoked on a non soft-delete enabled vault. This operation requires the keys/list permission.

get/deletedkeys

Query parameters

maxresultsinteger

Specifies the maximum number of results to return in a page. Setting maxresults to a value less than 1 or greater than 25 results in error response code 400 (Bad Request). If there are additional results to return, then the service returns a nextLink containing a skip token for pagination. In certain cases, the service might return fewer results than specified by maxresults (even 0 results) and also return a nextLink. Clients should not make any assumptions on the minimum number of results per page, and should enumerate all pages until the nextLink becomes null.

api-versionstring required

Client API version.

Response

A response message containing a list of deleted keys in the vault along with a link to the next page of deleted keys.

nextLinkstring

The URL to get the next set of deleted keys.