| getauthenticationloginschemapolicyResult Structure Definition |
The getauthenticationloginschemapolicyResult structure defines the return type for getauthenticationloginschemapolicy 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. |
authenticationloginschemapolicyList |
List of authenticationloginschemapolicys |
| authenticationloginschemapolicy Structure Definition |
The authenticationloginschemapolicy structure defines the actual return type values for getauthenticationloginschemapolicy API. |
Syntax |
Members |
name |
Name of the LoginSchema policy for which to display detailed information. |
rule |
The rule used by the LoginSchema authentication 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 |
actioN |
The action to be performed when the rule is matched. |
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. |
boundto |
The entity name to which policy is bound |
activepolicy |
priority |
gotopriorityexpression |
Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE. |
hits |
Number of hits. |
undefhits |
Number of Undef hits. |
labeltype |
Type of policy label invocation. |
labelname |
Name of the label to invoke if the current policy rule evaluates to TRUE. |
builtin |
Flag to determine if policy is built-in or not |
_nextgenapiresource |
See Also |