nexus-agents - v2.80.0
    Preparing search index...

    Interface SecurityAuditQuery

    Query filter for retrieving audit events.

    interface SecurityAuditQuery {
        type?:
            | "sanitization"
            | "reputation"
            | "trust_classification"
            | "policy_gate"
            | "corroboration"
            | "graph_execution";
        since?: string;
        until?: string;
        trustTier?: "1"
        | "2"
        | "3"
        | "4";
        limit?: number;
    }
    Index

    Properties

    type?:
        | "sanitization"
        | "reputation"
        | "trust_classification"
        | "policy_gate"
        | "corroboration"
        | "graph_execution"
    since?: string
    until?: string
    trustTier?: "1" | "2" | "3" | "4"
    limit?: number