Skip to main content

vw_allowed_connections

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

Overview

Namevw_allowed_connections
TypeView
Idazure.security.vw_allowed_connections

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,
systemData as system_data,
JSON_EXTRACT(properties, '$.calculatedDateTime') as "calculated_date_time",
JSON_EXTRACT(properties, '$.connectableResources') as "connectable_resources",
subscriptionId,
resourceGroupName,
ascLocation,
connectionType
FROM azure.security.allowed_connections
WHERE subscriptionId = 'replace-me';