recover_deleted_certificates
Creates, updates, deletes, gets or lists a recover_deleted_certificates resource.
Overview
| Name | recover_deleted_certificates |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
recover_deleted_certificate | exec | certificate_name, vault_name | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
certificate_name | string | The name of the deleted certificate. Required. |
vault_name | string | Key vault name. (default: ) |
Lifecycle Methods
- recover_deleted_certificate
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
;