gettmformssoactionResult Structure Definition

The gettmformssoactionResult structure defines the return type for gettmformssoaction 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.

tmformssoactionList

List of tmformssoactions


tmformssoaction Structure Definition

The tmformssoaction structure defines the actual return type values for gettmformssoaction API.

Syntax



Members

name

Name of the SSO action for which to display detailed information.

actionurl

URL to which the completed form is submitted.

userfield

Username field.

passwdfield

Password field.

responsesize

Number of bytes, in the response, to parse 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