Skip to main content

vw_topologies

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

Overview

Namevw_topologies
TypeView
Idazure.security.vw_topologies

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, '$.topologyResources') as "topology_resources",
subscriptionId,
resourceGroupName,
ascLocation,
topologyResourceName
FROM azure.security.topologies
WHERE subscriptionId = 'replace-me';