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

The following fields are returned by SELECT queries:

The request has succeeded.

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectglobalRulestackNameList of Firewalls associated with Rulestack

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
globalRulestackNamestringGlobalRulestack resource name

SELECT examples

List of Firewalls associated with Rulestack

SELECT
*
FROM azure_isv.paloalto.global_rulestack_firewalls
WHERE globalRulestackName = '{{ globalRulestackName }}' -- required
;