Skip to main content

vw_encryption_sets

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

Overview

Namevw_encryption_sets
TypeView
Idazure.dev_center.vw_encryption_sets

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
identity as identity,
JSON_EXTRACT(properties, '$.devboxDisksEncryptionEnableStatus') as "devbox_disks_encryption_enable_status",
JSON_EXTRACT(properties, '$.keyEncryptionKeyUrl') as "key_encryption_key_url",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
devCenterName,
encryptionSetName
FROM azure.dev_center.encryption_sets
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND devCenterName = 'replace-me';