Skip to main content

global_rulestack_firewalls

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

Overview

Nameglobal_rulestack_firewalls
TypeResource
Idazure_isv.paloalto.global_rulestack_firewalls

Fields

NameDatatypeDescription
column_anonstring

Methods

NameAccessible byRequired ParamsDescription
listSELECTglobalRulestackNameList of Firewalls associated with Rulestack

SELECT examples

List of Firewalls associated with Rulestack

SELECT
column_anon
FROM azure_isv.paloalto.global_rulestack_firewalls
WHERE globalRulestackName = '{{ globalRulestackName }}';