UserSession
Description
An object that represents a user currently logged into network. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
| Property | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| id | True | string |
id of this session
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist) |
|||
| userId | True | integer |
id of this user
Field level constraints: cannot be null. (Note: Additional constraints might exist) |
|||
| username | True | string |
username
Field level constraints: must match pattern ^((?!;).)*$, cannot have HTML, cannot be null, length must be between 0 and 256 (inclusive). (Note: Additional constraints might exist) |
|||
| identitySourceId | True | string |
id of the identity source this user belongs to
Field level constraints: must match pattern ^((?!;).)*$, cannot have HTML, cannot be null. (Note: Additional constraints might exist) |
|||
| ipAddress | True | string |
ip address of the client user logged in from
Field level constraints: must match pattern ^((?!;).)*$, cannot have HTML, cannot be null. (Note: Additional constraints might exist) |
|||
| loginTime | False | integer | time user logged in in seconds | |||
| tsAgentSession | False | object | ts agent session properties | |||
| vpnSession | False | object | vpn session properties | |||
| iseSession | False | object | ise session properties | |||
| type | True | string | usersession | |||