Skip to main content

vaults_deleted

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

Overview

Namevaults_deleted
TypeResource
Idazure.key_vault.vaults_deleted

Fields

NameDatatypeDescription
idtextThe resource ID for the deleted key vault.
nametextThe name of the key vault.
deletion_datetextfield from the properties object
locationtextfield from the properties object
purge_protection_enabledtextfield from the properties object
scheduled_purge_datetextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextfield from the properties object
typetextThe resource type of the key vault.
vaultNametextfield from the properties object
vault_idtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, subscriptionId, vaultNameGets the deleted Azure key vault.
listSELECTsubscriptionIdGets information about the deleted vaults in a subscription.

SELECT examples

Gets information about the deleted vaults in a subscription.

SELECT
id,
name,
deletion_date,
location,
purge_protection_enabled,
scheduled_purge_date,
subscriptionId,
tags,
type,
vaultName,
vault_id
FROM azure.key_vault.vw_vaults_deleted
WHERE subscriptionId = '{{ subscriptionId }}';