| getauthorizationpolicylabelResult Structure Definition |
The getauthorizationpolicylabelResult structure defines the return type for getauthorizationpolicylabel 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. |
authorizationpolicylabelList |
List of authorizationpolicylabels |
| authorizationpolicylabel Structure Definition |
The authorizationpolicylabel structure defines the actual return type values for getauthorizationpolicylabel API. |
Syntax |
Members |
labelname |
Name of the authorization policy label. |
numpol |
Number of polices bound to label. |
hits |
Number of times policy label was invoked. |
policyname |
Name of the authorization policy to bind to the policy label. |
priority |
Specifies the priority of the policy. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
labeltype |
Type of invocation. Available settings function as follows:
* reqvserver - Send the request to the specified request virtual server.
* resvserver - Send the response to the specified response virtual server.
* policylabel - Invoke the specified policy label. |
labelname2 |
Name of the policy label to invoke if the current policy evaluates to TRUE, the invoke parameter is set, and Label Type is set to Policy Label. |
flowtype |
Flowtype of the bound authorization policy. |
description |
Description of the policylabel |
_nextgenapiresource |
authorpolicylabelname |
boundpriority |
boundgotoprioexpression |
boundinvokelabeltype |
boundinvokelabelname |
See Also |