Skip to main content

vw_locations

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

Overview

Namevw_locations
TypeView
Idazure.security.vw_locations

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,
systemData as system_data,
subscriptionId,
ascLocation
FROM azure.security.locations
WHERE subscriptionId = 'replace-me';