Skip to main content

vw_workspace_managed_sql_server_encryption_protectors

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

Overview

Namevw_workspace_managed_sql_server_encryption_protectors
TypeView
Idazure.synapse.vw_workspace_managed_sql_server_encryption_protectors

Fields

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

SQL Definition

SELECT
location as location,
kind as kind,
JSON_EXTRACT(properties, '$.subregion') as "subregion",
JSON_EXTRACT(properties, '$.serverKeyName') as "server_key_name",
JSON_EXTRACT(properties, '$.serverKeyType') as "server_key_type",
JSON_EXTRACT(properties, '$.uri') as "uri",
JSON_EXTRACT(properties, '$.thumbprint') as "thumbprint",
subscriptionId,
resourceGroupName,
workspaceName,
encryptionProtectorName
FROM azure.synapse.workspace_managed_sql_server_encryption_protectors
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';