getappfwpolicyResult Structure Definition

The getappfwpolicyResult structure defines the return type for getappfwpolicy API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

appfwpolicyList

List of appfwpolicys


appfwpolicy Structure Definition

The appfwpolicy structure defines the actual return type values for getappfwpolicy API.

Syntax



Members

name

Name of the policy.

rule

Name of the Citrix ADC named rule, or a Citrix ADC expression, that the policy uses to determine whether to filter the connection through the application firewall with the designated profile.

profilename

Name of the application firewall profile to use if the policy matches.

hits

Number of hits.

undefhits

Number of Undef hits.

gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

labeltype

Type of policy label invocation.

labelname

Name of the label to invoke if the current policy rule evaluates to TRUE.

comment

Any comments to preserve information about the policy for later reference.

logaction

Where to log information for connections that match this policy.

boundto

The entity name to which policy is bound

activepolicy

Indicates whether policy is bound or not.

priority

Specifies the priority of the policy.

policytype


builtin

Flag to determine if application firewall policy is built-in or not

_nextgenapiresource


See Also