vw_locations
Creates, updates, deletes, gets or lists a vw_locations
resource.
Overview
Name | vw_locations |
Type | View |
Id | azure.security.vw_locations |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
id as id,
name as name,
type as type,
systemData as system_data,
subscriptionId,
ascLocation
FROM azure.security.locations
WHERE subscriptionId = 'replace-me';
SELECT
id as id,
name as name,
type as type,
systemData as system_data,
subscriptionId,
ascLocation
FROM azure.security.locations
WHERE subscriptionId = 'replace-me';