Skip to main content

recover_deleted_certificates

Creates, updates, deletes, gets or lists a recover_deleted_certificates resource.

Overview

Namerecover_deleted_certificates
TypeResource
Idazure.key_vault_certificates.recover_deleted_certificates

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
recover_deleted_certificateexeccertificate_name, vault_nameRecovers the deleted certificate back to its current version under /certificates. The RecoverDeletedCertificate operation performs the reversal of the Delete operation. The operation is applicable in vaults enabled for soft-delete, and must be issued during the retention interval (available in the deleted certificate's attributes). This operation requires the certificates/recover permission.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
certificate_namestringThe name of the deleted certificate. Required.
vault_namestringKey vault name. (default: )

Lifecycle Methods

Recovers the deleted certificate back to its current version under /certificates. The RecoverDeletedCertificate operation performs the reversal of the Delete operation. The operation is applicable in vaults enabled for soft-delete, and must be issued during the retention interval (available in the deleted certificate's attributes). This operation requires the certificates/recover permission.

EXEC azure.key_vault_certificates.recover_deleted_certificates.recover_deleted_certificate 
@certificate_name='{{ certificate_name }}' --required,
@vault_name='{{ vault_name }}' --required
;