| gettmsessionactionResult Structure Definition |
The gettmsessionactionResult structure defines the return type for gettmsessionaction 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. |
tmsessionactionList |
List of tmsessionactions |
| tmsessionaction Structure Definition |
The tmsessionaction structure defines the actual return type values for gettmsessionaction API. |
Syntax |
Members |
name |
Name of the existing traffic management (TM) session action for which to display detailed information. |
sesstimeout |
The session timeout, in minutes, set by the action. |
defaultauthorizationaction |
The Authorization Action, e.g. allow or deny |
sso |
Whether or not Single Sign-On is used for this session. |
ssocredential |
Use the primary or secondary authentication credentials for single sign-on (SSO). |
ssodomain |
Domain to use for single sign-on (SSO). |
kcdaccount |
Kerberos constrained delegation account name |
httponlycookie |
Allow only an HTTP session cookie, in which case the cookie cannot be accessed by scripts. |
persistentcookie |
Enable or disable persistent SSO cookies for the traffic management (TM) session. A persistent cookie remains on the user device and is sent with each HTTP request. The cookie becomes stale if the session ends. This setting is overwritten if a traffic action sets persistent cookie to OFF.
Note: If persistent cookie is enabled, make sure you set the persistent cookie validity. |
persistentcookievalidity |
Integer specifying the number of minutes for which the persistent cookie remains valid. Can be set only if the persistent cookie setting is enabled. |
homepage |
Web address of the home page that a user is displayed when authentication vserver is bookmarked and used to login. |
builtin |
Indicates that a variable is a built-in (SYSTEM INTERNAL) type. |
_nextgenapiresource |
See Also |