| getauthenticationpolicyResult Structure Definition |
The getauthenticationpolicyResult structure defines the return type for getauthenticationpolicy 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. |
authenticationpolicyList |
List of authenticationpolicys |
| authenticationpolicy Structure Definition |
The authenticationpolicy structure defines the actual return type values for getauthenticationpolicy API. |
Syntax |
Members |
name |
Name of the advance authentication policy. |
rule |
The name of the new rule associated with the policy. |
actioN |
The name of the authentication action associated with the policy. |
undefaction |
Action to perform if the result of policy evaluation is undefined (UNDEF). An UNDEF event indicates an internal error condition. Only the above built-in actions can be used. |
comment |
Any comments to preserve information about this policy. |
logaction |
Name of messagelog action to use when a request matches this policy. |
hits |
Number of hits. |
boundto |
The entity name to which policy is bound |
activepolicy |
priority |
nextfactor |
On success invoke label. |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
description |
Description of the policy |
policysubtype |
_nextgenapiresource |
See Also |