| getauthorizationpolicyResult Structure Definition |
The getauthorizationpolicyResult structure defines the return type for getauthorizationpolicy 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. |
authorizationpolicyList |
List of authorizationpolicys |
| authorizationpolicy Structure Definition |
The authorizationpolicy structure defines the actual return type values for getauthorizationpolicy API. |
Syntax |
Members |
name |
Name of the authorization policy. |
rule |
Rule of the policy. |
actioN |
Authorization action associated with the policy. It can be either ALLOW or DENY. |
boundto |
The entity name to which policy is bound |
activepolicy |
Indicates whether policy is bound or not. |
priority |
expressiontype |
Type of policy (Classic/Advanced) |
hits |
Number of hits. |
_nextgenapiresource |
See Also |