Skip to main content

vw_global_rulestacks

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

Overview

Namevw_global_rulestacks
TypeView
Idazure_isv.paloalto.vw_global_rulestacks

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
location as location,
systemData as system_data,
identity as identity,
JSON_EXTRACT(properties, '$.panEtag') as "pan_etag",
JSON_EXTRACT(properties, '$.panLocation') as "pan_location",
JSON_EXTRACT(properties, '$.scope') as "scope",
JSON_EXTRACT(properties, '$.associatedSubscriptions') as "associated_subscriptions",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.defaultMode') as "default_mode",
JSON_EXTRACT(properties, '$.minAppIdVersion') as "min_app_id_version",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.securityServices') as "security_services",
globalRulestackName
FROM azure_isv.paloalto.global_rulestacks
WHERE globalRulestackName = 'replace-me';