| EventDate |
- Type
- datetime
- Properties
- Nillable
- Description
- Represents when the event started.
|
| EventIdentifier |
- Type
- string
- Properties
- Nillable
- Description
- Represents the event ID for correlation purposes.
|
| LoginKey |
- Type
- string
- Properties
- Nillable
- Description
- The string that ties together all events in a given
user’s login session. It starts with a login event and
ends with either a logout event or the user session
expiring.
|
| RelatedEventIdentifier |
- Type
- string
- Properties
- Nillable
- Description
- Represents the EventIdentifier of the related
event.
|
| ReplayId |
- Type
- string
- Properties
- Nillable
- Description
- Represents the Numeric ID that identifies the logout
event. Each ID is incremented automatically and
guaranteed to be higher than the ID of the previous
event, but not necessarily contiguous for consecutive
events.
|
| SessionKey |
- Type
- string
- Properties
- Nillable
- Description
- The user’s unique session ID. You can use this value to
identify all user events within a session. When a user
logs out and logs in again, a new session is
started.
|
| SessionLevel |
- Type
- picklist
- Properties
- Nillable, Restricted picklist
- Description
- Indicates the session-level security of the session that the user is logging out of
for this event. Session-level security controls user
access to features that support it, such as connected
apps and reporting. Possible values are:
- LOW - The user’s security level for the current session meets the lowest
requirements.
This low level is not
available, nor used, in the Salesforce UI. User
sessions through the UI are either standard or
high assurance. You can set this level using the
API, but users assigned this level n experience
unpredictable and reduced functionality in their
Salesforce org.
- STANDARD - The user’s security level for the
current session meets the Standard requirements
set in the current organization Session Security
Levels.
- HIGH_ASSURANCE - A high assurance session was
used for the current session. For example, when
the user tries to access a resource such as a
connected app, report, or dashboard that requires
a high assurance session level.
This field is available in API version 43.0 and
later.
|
| SourceIp |
- Type
- string
- Properties
- Nillable
- Description
- The source IP address of the client logging out. For
example, 126.7.4.2. This field is
available in API version 43.0 and later.
|
| UserId |
- Type
- reference
- Properties
- Nillable
- Description
- Represents the ID of the user associated with the logout
event.
|
| Username |
- Type
- string
- Properties
- Nillable
- Description
- Represents the username of the user associated with the
logout event.
|