Skip to main content

global_rulestack_security_services

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

Overview

Nameglobal_rulestack_security_services
TypeResource
Idazure_isv.paloalto.global_rulestack_security_services

Fields

NameDatatypeDescription
nextLinkstringnext link
valueobjectSecurity services type list

Methods

NameAccessible byRequired ParamsDescription
listSELECTglobalRulestackName, typeList the security services for rulestack

SELECT examples

List the security services for rulestack

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