Skip to main content

vw_vault_extended_info

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

Overview

Namevw_vault_extended_info
TypeView
Idazure.recovery_services.vw_vault_extended_info

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.integrityKey') as "integrity_key",
JSON_EXTRACT(properties, '$.encryptionKey') as "encryption_key",
JSON_EXTRACT(properties, '$.encryptionKeyThumbprint') as "encryption_key_thumbprint",
JSON_EXTRACT(properties, '$.algorithm') as "algorithm",
subscriptionId,
resourceGroupName,
vaultName
FROM azure.recovery_services.vault_extended_info
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND vaultName = 'replace-me';