Application |
- Type
- string
- Properties
- Nillable
- Description
- The application name in English. For example, Salesforce
Internal Application, or Microsoft SOAP Toolkit.
|
Browser |
- Type
- string
- Properties
- Nillable
- Description
- The browser name and version if known. Possible values for the browser name are:
- Chrome
- Firefox
- Safari
- Unknown
For example, “Chrome 77”.
|
DelegatedOrganizationId |
- Type
- string
- Properties
- Nillable
- Description
- Organization Id of the admin who performs logs in as
another user. For example, 00Dxx0000001gEH
|
DelegatedUsername |
- Type
- string
- Properties
- Nillable
- Description
- Username of the admin who logs in as another user. For
example, admin@company.com
|
EventDate |
- Type
- dateTime
- Properties
- Filter, Sort
- Description
- The time and date of the event. For example, 2020-01-20T19:12:26.965Z. Milliseconds are the most granular setting.
|
EventIdentifier |
- Type
- string
- Properties
- Filter, Sort
- Description
- The unique identifier for each record in LoginAsEvent.
Use this field as the primary key in your queries.
|
LoginAsCategory |
- Type
- picklist
- Properties
- Nillable, Restricted picklist
- Description
- Represents how the user logs in as another user.
Possible values are:
- OrgAdmin—An administrator logs in to Salesforce as an individual user.
Depending on your org settings, the individual
user grants login access to the
administrator.
- Community—A user who has been granted access to a Salesforce Experience Cloud
site logs in.
|
LoginHistoryId |
- Type
- reference
- Properties
- Nillable
- Description
- The ID from the LoginHistory entity associated with this
login event. Tracks a user session so you can correlate
user activity with a particular login instance. For
example, 0Yaxx0000000019.
|
LoginKey |
- Type
- string
- Properties
- Nillable
- Description
- The string that ties together all events in a given user’s
login session. The session starts with a login event and ends with either a
logout event or the user session expiring.
For example, 8gHOMQu+xvjCmRUt.
|
LoginType |
- Type
- picklist
- Properties
- Nillable, Restricted picklist
- Description
- The event’s type of login. For example,
“Application.”
|
Platform |
- Type
- string
- Properties
- Nillable
- Description
- The platform name and version that are used during the
login event. If no platform name is available,
“Unknown” is returned. Platform names are
in English. For example, “Mac OSX”.
|
SessionKey |
- Type
- string
- Properties
- Nillable
- Description
- The user’s unique session ID. 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.
For LoginAsEvent, this field is usually null because the
event is captured before a session is created.
|
SessionLevel |
- Type
- picklist
- Properties
- Nillable, Restricted picklist
- Description
- Session-level security controls user access to features
that support it, such as connected apps and reporting.
Possible values are:
- HIGH_ASSURANCE - A high assurance session was
used for resource access. 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.
- LOW - The user’s security level for the current session meets the lowest
requirements.
This low level is 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 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.
|
SourceIp |
- Type
- string
- Properties
- Nillable
- Description
- The source IP address of the client logging in. For
example, 126.7.4.2.
|
TargetUrl |
- Type
- string
- Properties
- Nillable
- Description
- The URL redirected to after logging in as another user
succeeds.
|
UserId |
- Type
- reference
- Properties
- Nillable
- Description
- Unique ID that identifies the user who is being logged
in as by the admin. For example,
005000000000123.
|
Username |
- Type
- string
- Properties
- Nillable
- Description
- Username of the user who is being logged in as by the
admin, in the format of
someuser@company.com.
|
UserType |
- Type
- picklist
- Properties
- Nillable, Restricted picklist
- Description
- The category of user license of the user who is being logged in as by the admin. Each
UserType is associated with one
or more UserLicense records. Each UserLicense is
associated with one or more profiles. Valid values
are:
-
CsnOnly—Users whose access to the application is limited to Chatter. This user type includes Chatter Free
and Chatter moderator users.
-
CspLitePortal—CSP Lite Portal license. Users whose access is limited because they’re organization customers
and access the application through a customer portal or an Experience Cloud site.
-
CustomerSuccess—Customer Success license. Users whose access is limited because they’re organization
customers and access the application through a customer portal.
-
Guest—Users whose access is limited so that your customers can view and interact with your site without
logging in.
-
PowerCustomerSuccess—Power Customer Success license. Users whose access is limited because they’re
organization customers and access the application through a customer portal. Users with this license type can view and edit data they directly own or
data owned by or shared with users below them in the customer portal role hierarchy.
-
PowerPartner—Power Partner license. Users whose access is limited because they’re partners and typically
access the application through a partner portal or site.
-
SelfService—Users whose access is limited because they’re organization customers and access the application
through a self-service portal.
-
Standard—Standard user license. This user type also includes Salesforce Platform and Salesforce Platform One
user licenses, and admins for this org.
|