local_rulestacks_advanced_security_objects
Creates, updates, deletes, gets or lists a local_rulestacks_advanced_security_objects
resource.
Overview
Name | local_rulestacks_advanced_security_objects |
Type | Resource |
Id | azure_isv.paloalto.local_rulestacks_advanced_security_objects |
Fields
Name | Datatype | Description |
---|---|---|
nextLink | string | next link |
value | object | List of custom and predefined url category |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | localRulestackName, resourceGroupName, subscriptionId, type | Get 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 }}';