| getvpnformssoactionResult Structure Definition |
The getvpnformssoactionResult structure defines the return type for getvpnformssoaction 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. |
vpnformssoactionList |
List of vpnformssoactions |
| vpnformssoaction Structure Definition |
The vpnformssoaction structure defines the actual return type values for getvpnformssoaction API. |
Syntax |
Members |
name |
Name of the form-based single sign-on profile. |
actionurl |
Root-relative URL to which the completed form is submitted. |
userfield |
Username field. |
passwdfield |
Password field. |
responsesize |
Maximum number of bytes to allow in the response size. Specifies the number of bytes in the response to be parsed for extracting the forms. |
namevaluepair |
Form attributes and their values to be submitted. |
nvtype |
Bypass Form extraction |
ssosuccessrule |
Rule to be evaluated to check whether sso succeeded or not. |
submitmethod |
Form Submit method. |
_nextgenapiresource |
See Also |