Okta.Sdk.Model.LogEvent

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
ActorLogActor[optional]
AuthenticationContextLogAuthenticationContext[optional]
_ClientLogClient[optional]
DebugContextLogDebugContext[optional]
DisplayMessagestringThe display message for an event[optional] [readonly]
EventTypestringThe published event type. Event instances are categorized by action in the event type attribute. This attribute is key to navigating the System Log through expression filters. See Event Types catalog for a complete list of System Log event types.[optional] [readonly]
LegacyEventTypestringAssociated Events API Action `objectType` attribute value[optional] [readonly]
OutcomeLogOutcome[optional]
PublishedDateTimeOffsetTimestamp when the event is published[optional] [readonly]
RequestLogRequest[optional]
SecurityContextLogSecurityContext[optional]
SeverityLogSeverity[optional]
TargetList<LogTarget>The entity that an actor performs an action on. Targets can be anything, such as an app user, a sign-in token, or anything else. > Note: When searching the target array, search for a given `type` rather than the array location. Target types, such as `User` and `AppInstance`, for a given `eventType` are not always in the same array location.[optional] [readonly]
TransactionLogTransaction[optional]
UuidstringUnique identifier for an individual event[optional] [readonly]
_VersionstringVersioning indicator[optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]