Skip to main content

global_rulestack_app_ids

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

Overview

Nameglobal_rulestack_app_ids
TypeResource
Idazure_isv.paloalto.global_rulestack_app_ids

Fields

The following fields are returned by SELECT queries:

The request has succeeded.

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectglobalRulestackNameappIdVersion, appPrefix, skip, topList of AppIds for GlobalRulestack ApiVersion

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
globalRulestackNamestringGlobalRulestack resource name
appIdVersionstring
appPrefixstring
skipstring
topinteger (int32)

SELECT examples

List of AppIds for GlobalRulestack ApiVersion

SELECT
*
FROM azure_isv.paloalto.global_rulestack_app_ids
WHERE globalRulestackName = '{{ globalRulestackName }}' -- required
AND appIdVersion = '{{ appIdVersion }}'
AND appPrefix = '{{ appPrefix }}'
AND skip = '{{ skip }}'
AND top = '{{ top }}'
;