AzureKeyVault (version 1.0.3)

list_deleted_key_vaults: List soft-deleted Key Vaults

Description

Method for the AzureRMR::az_subscription class.

Arguments

Value

This method returns a data frame with the following columns:

  • name: The name of the deleted key vault.

  • location: The location (region) of the vault.

  • deletion_date: When the vault was soft-deleted.

  • purge_date: When the vault is scheduled to be purged (permanently deleted).

  • protected: Whether the vault has purge protection enabled. If TRUE, manual attempts to purge it will fail.

Usage

list_deleted_key_vaults()

See Also

create_key_vault, get_key_vault, delete_key_vault, purge_key_vault, az_key_vault,

Azure Key Vault documentation, Azure Key Vault API reference