getauthenticationauthnprofileResult Structure Definition

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

authenticationauthnprofileList

List of authenticationauthnprofiles


authenticationauthnprofile Structure Definition

The authenticationauthnprofile structure defines the actual return type values for getauthenticationauthnprofile API.

Syntax



Members

name

Name of the authentication profile.

authnvsname

Name of the authentication vserver at which authentication should be done.

authenticationhost

Hostname of the authentication vserver to which user must be redirected for authentication.

authenticationdomain

Domain for which TM cookie must to be set. If unspecified, cookie will be set for FQDN.

authenticationlevel

Authentication weight or level of the vserver to which this will bound. This is used to order TM vservers based on the protection required. A session that is created by authenticating against TM vserver at given level cannot be used to access TM vserver at a higher level.

_nextgenapiresource


See Also