Okta.Sdk.Model.LogEvent
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Actor | LogActor | [optional] | |
| AuthenticationContext | LogAuthenticationContext | [optional] | |
| _Client | LogClient | [optional] | |
| DebugContext | LogDebugContext | [optional] | |
| DisplayMessage | string | The display message for an event | [optional] [readonly] |
| EventType | string | The 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] |
| LegacyEventType | string | Associated Events API Action `objectType` attribute value | [optional] [readonly] |
| Outcome | LogOutcome | [optional] | |
| Published | DateTimeOffset | Timestamp when the event is published | [optional] [readonly] |
| Request | LogRequest | [optional] | |
| SecurityContext | LogSecurityContext | [optional] | |
| Severity | LogSeverity | [optional] | |
| Target | List<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] |
| Transaction | LogTransaction | [optional] | |
| Uuid | string | Unique identifier for an individual event | [optional] [readonly] |
| _Version | string | Versioning indicator | [optional] [readonly] |