AuthSession
Tracks login sessions and authentication details for Salesforce users.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the authentication session. | |
| UsersId | String | True |
User.Id |
ID of the user associated with the session. |
| CreatedDate | Datetime | True |
Timestamp when the session was created. | |
| LastModifiedDate | Datetime | True |
Timestamp when the session was last modified or refreshed. | |
| NumSecondsValid | Int | True |
Duration in seconds for which the session is valid. | |
| UserType | String | True |
Type of user associated with the session, such as standard, guest, or system. | |
| SourceIp | String | True |
IP address from which the session originated. | |
| LoginType | String | True |
Method used to authenticate the session, such as UI login, OAuth, or API. | |
| SessionType | String | True |
Category of the session, such as UI, API, or Remote Access. | |
| SessionSecurityLevel | String | True |
Security level assigned to the session, which determines access and authentication requirements. |