API version:
Show / Hide Table of Contents

Interface ILogEvent

Represents a LogEvent resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ILogEvent : IResource

Properties

Actor

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

AuthenticationContext

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

ClientInfo

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

DebugContext

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

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

Published

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

Request

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

SecurityContext

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

Severity

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

Target

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

Transaction

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

Uuid

Declaration
string Uuid { get; }
Property Value
Type Description
System.String

Version

Declaration
string Version { get; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.