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

    Interface EnterpriseAuditRecord

    interface EnterpriseAuditRecord {
        action: string;
        actor: string;
        details: Record<string, unknown>;
        eventId: string;
        outcome: EnterpriseAuditOutcome;
        resource: string;
        sourceIp: string | null;
        timestamp: string;
        ts: number;
        userAgent: string | null;
    }
    Index
    action: string
    actor: string
    details: Record<string, unknown>
    eventId: string
    resource: string
    sourceIp: string | null
    timestamp: string
    ts: number
    userAgent: string | null