vw_tags_at_scopes
Creates, updates, deletes, gets or lists a vw_tags_at_scopes
resource.
Overview
Name | vw_tags_at_scopes |
Type | View |
Id | azure.resources.vw_tags_at_scopes |
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,
JSON_EXTRACT(properties, '$.tags') as "tags",
scope
FROM azure.resources.tags_at_scopes
WHERE scope = 'replace-me';
SELECT
id as id,
name as name,
type as type,
json_extract_path_text(properties, '$.tags') as "tags",
scope
FROM azure.resources.tags_at_scopes
WHERE scope = 'replace-me';