| gettmtrafficactionResult Structure Definition |
The gettmtrafficactionResult structure defines the return type for gettmtrafficaction 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. |
tmtrafficactionList |
List of tmtrafficactions |
| tmtrafficaction Structure Definition |
The tmtrafficaction structure defines the actual return type values for gettmtrafficaction API. |
Syntax |
Members |
name |
Name of the traffic action for which to display detailed information. |
apptimeout |
The application timeout |
sso |
Whether or not Single Sign On is enabled. |
formssoaction |
Name of the configured form-based single sign-on profile. |
persistentcookie |
Use persistent cookies for the traffic session. A persistent cookie remains on the user device and is sent with each HTTP request. The cookie becomes stale if the session ends. |
initiatelogout |
Whether Logout is initiated with this action |
kcdaccount |
Kerberos contrained delegation account name |
samlssoprofile |
Profile to be used for doing SAML SSO to remote relying party |
forcedtimeout |
Setting to start, stop or reset TM session force timer |
forcedtimeoutval |
Time interval, in minutes, for which force timer should be set. |
userexpression |
expression that will be evaluated to obtain username for SingleSignOn |
passwdexpression |
expression that will be evaluated to obtain password for SingleSignOn |
_nextgenapiresource |
See Also |