| getauthenticationcertactionResult Structure Definition |
The getauthenticationcertactionResult structure defines the return type for getauthenticationcertaction 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. |
authenticationcertactionList |
List of authenticationcertactions |
| authenticationcertaction Structure Definition |
The authenticationcertaction structure defines the actual return type values for getauthenticationcertaction API. |
Syntax |
Members |
name |
Name of the client cert server profile (action). |
twofactor |
The state of two factor authentication. |
usernamefield |
The field in the certificate from which the username will be extracted. |
groupnamefield |
The field in the certificate from which the group will be extracted. |
defaultauthenticationgroup |
This is the default group that is chosen when the authentication succeeds in addition to extracted groups. |
_nextgenapiresource |
See Also |