| geticapolicyResult Structure Definition |
The geticapolicyResult structure defines the return type for geticapolicy 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. |
icapolicyList |
List of icapolicys |
| icapolicy Structure Definition |
The icapolicy structure defines the actual return type values for geticapolicy API. |
Syntax |
Members |
name |
Name of the policy about which to display detailed information. |
rule |
Expression to be used by ICA policy. |
actioN |
ICA profile (action) associated with the policy. |
hits |
Number of hits. |
undefhits |
Number of policy UNDEF hits. |
activepolicy |
Indicates whether policy is bound or not. |
comment |
Any type of information about this ICA policy. |
logaction |
Name of the messagelog action to use for requests that match this policy. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
boundto |
Location where policy is bound. |
priority |
Specifies the priority of the policy. |
builtin |
Indicates that the ICA policy is a built-in (SYSTEM INTERNAL) type. |
_nextgenapiresource |
See Also |