list_deleted_key_vaults {AzureKeyVault} | R Documentation |
List soft-deleted Key Vaults
Description
Method for the AzureRMR::az_subscription class.
Usage
list_deleted_key_vaults()
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.
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
[Package AzureKeyVault version 1.0.5 Index]