| getauthenticationoauthidppolicyResult Structure Definition |
The getauthenticationoauthidppolicyResult structure defines the return type for getauthenticationoauthidppolicy 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. |
authenticationoauthidppolicyList |
List of authenticationoauthidppolicys |
| authenticationoauthidppolicy Structure Definition |
The authenticationoauthidppolicy structure defines the actual return type values for getauthenticationoauthidppolicy API. |
Syntax |
Members |
name |
Name of the OAuth IdentityProvider (IdP) policy for which to display detailed information. |
rule |
The rule used by the OAuth Identity Provider (IdP) 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 DROP/RESET 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. |
_nextgenapiresource |
See Also |