Meshpocalypse Semantic
    Preparing search index...

    Interface SecurityEventData

    Data payload attached to every securityEvent emission.

    interface SecurityEventData {
        actual: string;
        claimed: string;
        subject: string;
    }
    Index

    Properties

    actual: string

    The actual agentId inferred from the NATS subject.

    claimed: string

    The agentId claimed in the packet's from field.

    subject: string

    The NATS subject on which the offending packet arrived.