Skip to main content

managed_hsms_deleted

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

Overview

Namemanaged_hsms_deleted
TypeResource
Idazure.key_vault.managed_hsms_deleted

Fields

NameDatatypeDescription
idtextThe Azure Resource Manager resource ID for the deleted managed HSM Pool.
nametextThe name of the managed HSM Pool.
deletion_datetextfield from the properties object
locationtextfield from the properties object
mhsm_idtextfield 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 managed HSM Pool.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, name, subscriptionIdGets the specified deleted managed HSM.
listSELECTsubscriptionIdThe List operation gets information about the deleted managed HSMs associated with the subscription.

SELECT examples

The List operation gets information about the deleted managed HSMs associated with the subscription.

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