Class LogEvent
Represents a resource in the Okta API.
Inheritance
System.Object
LogEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Okta.Sdk.dll
Syntax
public sealed class LogEvent : Resource, ILogEvent, IResource
Properties
Actor
Declaration
public ILogActor Actor { get; }
Property Value
AuthenticationContext
Declaration
public ILogAuthenticationContext AuthenticationContext { get; }
Property Value
ClientInfo
Declaration
public ILogClientInfo ClientInfo { get; }
Property Value
DebugContext
Declaration
public ILogDebugContext DebugContext { get; }
Property Value
DisplayMessage
Declaration
public string DisplayMessage { get; }
Property Value
Type |
Description |
System.String |
|
EventType
Declaration
public string EventType { get; }
Property Value
Type |
Description |
System.String |
|
LegacyEventType
Declaration
public string LegacyEventType { get; }
Property Value
Type |
Description |
System.String |
|
Outcome
Declaration
public ILogOutcome Outcome { get; }
Property Value
Published
Declaration
public DateTimeOffset? Published { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Request
Declaration
public ILogRequest Request { get; }
Property Value
SecurityContext
Declaration
public ILogSecurityContext SecurityContext { get; }
Property Value
Severity
Declaration
public LogSeverity Severity { get; }
Property Value
Target
Declaration
public IList<ILogTarget> Target { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<ILogTarget> |
|
Transaction
Declaration
public ILogTransaction Transaction { get; }
Property Value
Uuid
Declaration
public string Uuid { get; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public string Version { get; }
Property Value
Type |
Description |
System.String |
|
Implements