API version:
Show / Hide Table of Contents

Class LogEvent

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
LogEvent
Implements
ILogEvent
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
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()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class LogEvent : Resource, ILogEvent, IResource

Properties

Actor

Declaration
public ILogActor Actor { get; }
Property Value
Type Description
ILogActor

AuthenticationContext

Declaration
public ILogAuthenticationContext AuthenticationContext { get; }
Property Value
Type Description
ILogAuthenticationContext

ClientInfo

Declaration
public ILogClientInfo ClientInfo { get; }
Property Value
Type Description
ILogClientInfo

DebugContext

Declaration
public ILogDebugContext DebugContext { get; }
Property Value
Type Description
ILogDebugContext

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
Type Description
ILogOutcome

Published

Declaration
public DateTimeOffset? Published { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Request

Declaration
public ILogRequest Request { get; }
Property Value
Type Description
ILogRequest

SecurityContext

Declaration
public ILogSecurityContext SecurityContext { get; }
Property Value
Type Description
ILogSecurityContext

Severity

Declaration
public LogSeverity Severity { get; }
Property Value
Type Description
LogSeverity

Target

Declaration
public IList<ILogTarget> Target { get; }
Property Value
Type Description
System.Collections.Generic.IList<ILogTarget>

Transaction

Declaration
public ILogTransaction Transaction { get; }
Property Value
Type Description
ILogTransaction

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

ILogEvent
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.