AuthSession
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | String | True | Unique identifier of the AuthSession. | |
UsersId | String | True | User.Id | Label User ID corresponds to this field. |
CreatedDate | Datetime | True | Label Created corresponds to this field. | |
LastModifiedDate | Datetime | True | Label Updated corresponds to this field. | |
NumSecondsValid | Int | True | Label Valid For corresponds to this field. | |
UserType | String | True | Label User Type corresponds to this field. | |
SourceIp | String | True | Label Source IP corresponds to this field. | |
LoginType | String | True | Label Login corresponds to this field. | |
SessionType | String | True | Label Session Type corresponds to this field. | |
SessionSecurityLevel | String | True | Label Session Security Level corresponds to this field. |
Last updated