global_rulestack_security_services
Creates, updates, deletes, gets or lists a global_rulestack_security_services
resource.
Overview
Name | global_rulestack_security_services |
Type | Resource |
Id | azure_isv.paloalto.global_rulestack_security_services |
Fields
Name | Datatype | Description |
---|---|---|
nextLink | string | next link |
value | object | Security services type list |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | globalRulestackName, type | List 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 }}';