| getauthenticationstorefrontauthactionResult Structure Definition |
The getauthenticationstorefrontauthactionResult structure defines the return type for getauthenticationstorefrontauthaction 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. |
authenticationstorefrontauthactionList |
List of authenticationstorefrontauthactions |
| authenticationstorefrontauthaction Structure Definition |
The authenticationstorefrontauthaction structure defines the actual return type values for getauthenticationstorefrontauthaction API. |
Syntax |
Members |
name |
Name of the storefront authentication action to display. |
serverurl |
URL of the Storefront server. This is the FQDN of the Storefront server. example: https://storefront.com/. Authentication endpoints are learned dynamically by Gateway. |
domain |
Domain of the server that is used for authentication. If users enter name without domain, this parameter is added to username in the authentication request to server. |
defaultauthenticationgroup |
This is the default group that is chosen when the authentication succeeds in addition to extracted groups. |
success |
failure |
_nextgenapiresource |
See Also |