Skip to main content

vw_alert_configurations

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

Overview

Namevw_alert_configurations
TypeView
Idazure.authorization.vw_alert_configurations

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,
JSON_EXTRACT(properties, '$.alertDefinitionId') as "alert_definition_id",
JSON_EXTRACT(properties, '$.scope') as "scope",
JSON_EXTRACT(properties, '$.isEnabled') as "is_enabled",
JSON_EXTRACT(properties, '$.alertConfigurationType') as "alert_configuration_type",
JSON_EXTRACT(properties, '$.alertDefinition') as "alert_definition",
scope,
alertId
FROM azure.authorization.alert_configurations
WHERE scope = 'replace-me';