| getvpnclientlessaccesspolicyResult Structure Definition |
The getvpnclientlessaccesspolicyResult structure defines the return type for getvpnclientlessaccesspolicy 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. |
vpnclientlessaccesspolicyList |
List of vpnclientlessaccesspolicys |
| vpnclientlessaccesspolicy Structure Definition |
The vpnclientlessaccesspolicy structure defines the actual return type values for getvpnclientlessaccesspolicy API. |
Syntax |
Members |
name |
Name of the clientless access policy to display. |
rule |
The rule used by the clientless access policy. Rules are combinations of expressions. Expressions are simple conditions, such as a test for equality, applied to operands, such as a URL string or an IP address. Expression syntax is described in the Installation and Configuration Guide |
profilename |
The profile to invoked for the clientless access. |
undefaction |
The UNDEF action. |
hits |
The number of times the policy evaluated to true. |
undefhits |
The number of times the policy evaluation resulted in undefined processing. |
activepolicy |
Indicates whether policy is bound or not. |
boundto |
Location where policy is bound. |
priority |
Specifies the priority of the policy. |
description |
Description of the clientless access policy. |
builtin |
Flag to determine if vpn clientless rewrite policy is built-in or not |
_nextgenapiresource |
See Also |