getaaauserResult Structure Definition

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

aaauserList

List of aaausers


aaauser Structure Definition

The aaauser structure defines the actual return type values for getaaauser API.

Syntax



Members

username

Name of the user who has the account.

loggedin

Show whether the user is logged in or not.

groupname

The group name

policy

The policy Name.

priority

Integer specifying the priority of the policy. A lower number indicates a higher priority. Policies are evaluated in the order of their priority numbers. Maximum value for default syntax policies is 2147483647 and for classic policies max priority is 64000.

intranetapplication

Name of the intranet VPN application to which the policy applies.

urlname

The intranet url.

acttype


intranetip

The Intranet IP bound to the user

netmask

The netmask for the Intranet IP

intranetip6

The Intranet IP6 bound to the user

numaddr

Numbers of ipv6 address bound starting with intranetip6

password

Password with which the user logs on. Required for any user account that does not exist on an external authentication server. If you are not using an external authentication server, all user accounts must have a password. If you are using an external authentication server, you must provide a password for local user accounts that do not exist on the authentication server.

gotopriorityexpression

Expression specifying the priority of the next policy which will get evaluated if the current policy rule evaluates to TRUE.

type

Bindpoint to which the policy is bound.

secureprivateaccessprofile

Name of the Secure Private Access Profile bound to the user.

_nextgenapiresource


See Also