v7

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

Restores a backed up secret to a vault.

Restores a backed up secret, and all its versions, to a vault. This operation requires the secrets/restore permission.

post/secrets/restore

Query parameters

api-versionstring required

Client API version.

Request body

valuestring base64url required

The backup blob associated with a secret bundle.

Response

Restored secret bundle in the vault.

valuestring

The secret value.

idstring

The secret id.

contentTypestring

The content type of the secret.

tagsobject

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

kidstring

If this is a secret backing a KV certificate, then this field specifies the corresponding key backing the KV certificate.

managedboolean

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