Okta - Output datatree for events

The output datatree contains basic information about the event like the outcome and timestamp. Additionally, it contains data objects about the following:

  • Actor
  • Client
  • Authentication context
  • Security context
  • Transaction information
  • Targets of the event
Output fieldDescription
VersionA versioning indicator.
Actor
The entity that created the event.
IDID of the actor.
TypeType of actor.
Alternate IDAlternative ID of the actor.
Display NameDisplay name of the actor.
DetailDetails about the actor.
Client
Where the HTTP request originated from.
User Agent objectA software acting on behalf of a user. This object includes the User agent, OS, and Browser.
ZoneDisplay name of the actor.
DeviceThe type of device (for example, a computer).
IDID of the OAuth client or ID of the agent.
IP addressThe IP address where the request originated.
Geographical context objectThe physical location where the client made the request. It contains information about city, state, country, postal code as well as geolocation coordinates.
Authentication context
This contains metadata about how the actor was authenticated.
Authentication providerThe system that proves the identity of an actor.
Credential providerA credential provider is a software service that manages identities and their associated credentials.
Credential typeThe credential type used.
InterfaceThe third party user interface.
Authentication stepA zero-based step number in the authentication pipeline.
External session IDA proxy for the actor's session ID.
Issuer objectThe specific software entity that created and issued the credential. It contains information about The ID and type of the authorization server.
Display messageThe display message for the event.
Event typeThe type of event that was retrieved.
Outcome
Information about the result of the event.
ResultResult of the action.
ReasonThe result of the result. Usually, this describes the error message.
PublishedThe timestamp when the event was published.
Security context
Security data of the event.
As numberAutonomous system number associated with the autonomous system that the event request was sourced to. Refer to the Autonomous system Wikipedia article for more information.
As organizationOrganization associated with the autonomous system that the event request was sourced to.
ISPThe internet service provider used to send the event request.
DomainThe domain name associated with the IP address of the inbound event request.
Is proxySpecifies whether this event's request is from a known proxy.
SeverityThis indicates how severe the event is.
Debug contextContains additional information about the event. The debug data includes Request URI, Request ID, and URL.
Legacy event typeAssociated events API attribute value.
Transaction
Transaction details of the event.
TypeDescribes the kind of transaction. For example, `Web` or `Job`.
IDThe unique identifiers for this transaction.
UUIDA unique identifier for this event.
RequestInformation about the request that triggered this event. If it is sourced from a HTTP request, it will return an IP chain.
Target
A list datapill that describes the targets of the event.
IDID of the target.
TypeType of the target
Alternate IDThe alternative ID of the target.
Display nameThe display name of the target.
Detail entryDetails about the target.
List sizeThe number of targets in the list.
List indexThe index of this target in the list of targets.

Refer to the Okta log event object documentation for more information.

Last updated: