Skip to main content

vw_managed_hsms

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

Overview

Namevw_managed_hsms
TypeView
Idazure.key_vault.vw_managed_hsms

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
sku as sku,
tags as tags,
systemData as system_data,
identity as identity,
JSON_EXTRACT(properties, '$.tenantId') as "tenant_id",
JSON_EXTRACT(properties, '$.initialAdminObjectIds') as "initial_admin_object_ids",
JSON_EXTRACT(properties, '$.hsmUri') as "hsm_uri",
JSON_EXTRACT(properties, '$.enableSoftDelete') as "enable_soft_delete",
JSON_EXTRACT(properties, '$.softDeleteRetentionInDays') as "soft_delete_retention_in_days",
JSON_EXTRACT(properties, '$.enablePurgeProtection') as "enable_purge_protection",
JSON_EXTRACT(properties, '$.createMode') as "create_mode",
JSON_EXTRACT(properties, '$.statusMessage') as "status_message",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.networkAcls') as "network_acls",
JSON_EXTRACT(properties, '$.regions') as "regions",
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
JSON_EXTRACT(properties, '$.publicNetworkAccess') as "public_network_access",
JSON_EXTRACT(properties, '$.scheduledPurgeDate') as "scheduled_purge_date",
JSON_EXTRACT(properties, '$.securityDomainProperties') as "security_domain_properties",
subscriptionId,
resourceGroupName,
name
FROM azure.key_vault.managed_hsms
WHERE subscriptionId = 'replace-me';