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

    Interface TrustClassificationEvent

    Trust classification decision.

    interface TrustClassificationEvent {
        id: string;
        timestamp: string;
        component: string;
        type: "trust_classification";
        username: string;
        assignedTier: "1" | "2" | "3" | "4";
        userRole: string;
        isAllowlisted: boolean;
        wasDowngraded: boolean;
        reason: string;
    }

    Hierarchy

    • AuditEventBase
      • TrustClassificationEvent
    Index

    Properties

    id: string
    timestamp: string
    component: string
    type: "trust_classification"
    username: string
    assignedTier: "1" | "2" | "3" | "4"
    userRole: string
    isAllowlisted: boolean
    wasDowngraded: boolean
    reason: string