list_deleted_key_vaults: List soft-deleted Key Vaults

list_deleted_key_vaultsR 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


AzureKeyVault documentation built on April 12, 2025, 9:11 a.m.