Skip to main content

vw_backup_resource_encryption_configs

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

Overview

Namevw_backup_resource_encryption_configs
TypeView
Idazure.recovery_services_backup.vw_backup_resource_encryption_configs

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,
JSON_EXTRACT(properties, '$.encryptionAtRestType') as "encryption_at_rest_type",
JSON_EXTRACT(properties, '$.keyUri') as "key_uri",
JSON_EXTRACT(properties, '$.subscriptionId') as "subscription_id",
JSON_EXTRACT(properties, '$.lastUpdateStatus') as "last_update_status",
JSON_EXTRACT(properties, '$.infrastructureEncryptionState') as "infrastructure_encryption_state",
JSON_EXTRACT(properties, '$.userAssignedIdentity') as "user_assigned_identity",
JSON_EXTRACT(properties, '$.useSystemAssignedIdentity') as "use_system_assigned_identity",
subscriptionId,
resourceGroupName,
vaultName
FROM azure.recovery_services_backup.backup_resource_encryption_configs
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND vaultName = 'replace-me';