Skip to main content

global_rulestack_advanced_security_objects

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

Overview

Nameglobal_rulestack_advanced_security_objects
TypeResource
Idazure_isv.paloalto.global_rulestack_advanced_security_objects

Fields

NameDatatypeDescription
nextLinkstringnext link
valueobjectList of custom and predefined url category

Methods

NameAccessible byRequired ParamsDescription
listSELECTglobalRulestackName, typeGet the list of advanced security objects

SELECT examples

Get the list of advanced security objects

SELECT
nextLink,
value
FROM azure_isv.paloalto.global_rulestack_advanced_security_objects
WHERE globalRulestackName = '{{ globalRulestackName }}'
AND type = '{{ type }}';