Skip to main content

local_rulestacks_advanced_security_objects

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

Overview

Namelocal_rulestacks_advanced_security_objects
TypeResource
Idazure_isv.paloalto.local_rulestacks_advanced_security_objects

Fields

NameDatatypeDescription
nextLinkstringnext link
valueobjectList of custom and predefined url category

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocalRulestackName, resourceGroupName, subscriptionId, typeGet the list of advanced security objects

SELECT examples

Get the list of advanced security objects

SELECT
nextLink,
value
FROM azure_isv.paloalto.local_rulestacks_advanced_security_objects
WHERE localRulestackName = '{{ localRulestackName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND type = '{{ type }}';