| getauthenticationpolicylabelResult Structure Definition |
The getauthenticationpolicylabelResult structure defines the return type for getauthenticationpolicylabel 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. |
authenticationpolicylabelList |
List of authenticationpolicylabels |
| authenticationpolicylabel Structure Definition |
The authenticationpolicylabel structure defines the actual return type values for getauthenticationpolicylabel 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 authentication 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. |
flowtype |
Flowtype of the bound authentication policy. |
description |
Description of the policylabel |
nextfactor |
On success invoke label. |
comment |
Any comments to preserve information about this authentication policy label. |
loginschema |
Login schema associated with authentication policy label. Login schema defines the UI rendering by providing customization option of the fields. If user intervention is not needed for a given factor such as group extraction, a loginSchema whose authentication schema is "noschema" should be used. |
type |
Type of feature (aaatm or rba) against which to match the policies bound to this policy label. |
_nextgenapiresource |
authnpolicylabelname |
boundpriority |
boundgotoprioexpression |
See Also |