vw_application_gateway_waf_dynamic_manifests_defaults
Creates, updates, deletes, gets or lists a vw_application_gateway_waf_dynamic_manifests_defaults
resource.
Overview
Name | vw_application_gateway_waf_dynamic_manifests_defaults |
Type | View |
Id | azure.network.vw_application_gateway_waf_dynamic_manifests_defaults |
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, '$.defaultRuleSet') as "default_rule_set",
JSON_EXTRACT(properties, '$.availableRuleSets') as "available_rule_sets",
subscriptionId,
location
FROM azure.network.application_gateway_waf_dynamic_manifests_defaults
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';
SELECT
id as id,
name as name,
type as type,
json_extract_path_text(properties, '$.defaultRuleSet') as "default_rule_set",
json_extract_path_text(properties, '$.availableRuleSets') as "available_rule_sets",
subscriptionId,
location
FROM azure.network.application_gateway_waf_dynamic_manifests_defaults
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';