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

    Interface PipelinePolicyViolation

    A single policy violation.

    interface PipelinePolicyViolation {
        ruleId: string;
        reason: string;
        escalateTo?: string;
    }
    Index

    Properties

    ruleId: string
    reason: string
    escalateTo?: string