Interface ILogEvent
Represents a LogEvent resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface ILogEvent : IResource
Properties
Actor
Declaration
Property Value
AuthenticationContext
Declaration
ILogAuthenticationContext AuthenticationContext { get; }
Property Value
ClientInfo
Declaration
ILogClientInfo ClientInfo { get; }
Property Value
DebugContext
Declaration
ILogDebugContext DebugContext { get; }
Property Value
DisplayMessage
Declaration
string DisplayMessage { get; }
Property Value
Type |
Description |
System.String |
|
EventType
Declaration
string EventType { get; }
Property Value
Type |
Description |
System.String |
|
LegacyEventType
Declaration
string LegacyEventType { get; }
Property Value
Type |
Description |
System.String |
|
Outcome
Declaration
ILogOutcome Outcome { get; }
Property Value
Published
Declaration
DateTimeOffset? Published { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Request
Declaration
ILogRequest Request { get; }
Property Value
SecurityContext
Declaration
ILogSecurityContext SecurityContext { get; }
Property Value
Severity
Declaration
LogSeverity Severity { get; }
Property Value
Target
Declaration
IList<ILogTarget> Target { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<ILogTarget> |
|
Transaction
Declaration
ILogTransaction Transaction { get; }
Property Value
Uuid
Declaration
Property Value
Type |
Description |
System.String |
|
Version
Declaration
Property Value
Type |
Description |
System.String |
|