Table of Contents

Class AuditEvent

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record AuditEvent : IEquatable<AuditEvent>
Inheritance
AuditEvent
Implements
Inherited Members

Properties

EventType

public string EventType { get; init; }

Property Value

string

Id

public string Id { get; init; }

Property Value

string

Level

public string Level { get; init; }

Property Value

string

Message

public string Message { get; init; }

Property Value

string

Payload

public string? Payload { get; init; }

Property Value

string

Source

public string Source { get; init; }

Property Value

string

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset