Uses of Class
org.openapitools.client.model.LogEvent
Packages that use LogEvent
-
Uses of LogEvent in org.openapitools.client.api
Methods in org.openapitools.client.api that return types with arguments of type LogEventModifier and TypeMethodDescriptionSystemLogApi.listLogEvents
(OffsetDateTime since, OffsetDateTime until, String filter, String q, Integer limit, String sortOrder, String after) List all System Log Events The Okta System Log API provides read access to your organization’s system log.SystemLogApi.listLogEventsWithHttpInfo
(OffsetDateTime since, OffsetDateTime until, String filter, String q, Integer limit, String sortOrder, String after) List all System Log Events The Okta System Log API provides read access to your organization’s system log. -
Uses of LogEvent in org.openapitools.client.model
Methods in org.openapitools.client.model that return LogEventModifier and TypeMethodDescriptionLogEvent.authenticationContext
(LogAuthenticationContext authenticationContext) LogEvent.debugContext
(LogDebugContext debugContext) LogEvent.outcome
(LogOutcome outcome) LogEvent.request
(LogRequest request) LogEvent.securityContext
(LogSecurityContext securityContext) LogEvent.severity
(LogSeverity severity) LogEvent.transaction
(LogTransaction transaction)