Rule.List

Lists the rules.

Parameters

Rule.List (Required)

Specifies the required action.

User.context (Required)

Specifies the context identifier for this user's session.

Return Values

Value

Description

Rule.count

Number of rules.

Rule[n].drn

Unique identifier of the rule.

Rule[n].name

Name of the rule.

Rule[n].editable

If true, the rule can be edited in WebAccess.

Rule[n].enabled

If true, the rule is enabled.

Example

<A href="/servlet/webacc?User.context=xyz&action=Rule.Action&Rule.List="> List Rules
</A>