Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface AuditLogEntry

    interface AuditLogEntry {
        action: string;
        details: Record<string, unknown>;
        entryId: string;
        hash: string;
        ipAddress?: string;
        outcome: "success" | "error" | "denied";
        previousHash: string;
        resource: string;
        resourceId?: string;
        sessionId: string;
        ts: number;
        userId: string;
    }
    Index
    action: string
    details: Record<string, unknown>
    entryId: string
    hash: string
    ipAddress?: string
    outcome: "success" | "error" | "denied"
    previousHash: string
    resource: string
    resourceId?: string
    sessionId: string
    ts: number
    userId: string