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

    Interface PolicyViolation

    A specific policy violation.

    interface PolicyViolation {
        type: "resource" | "path" | "command" | "env" | "capability";
        denied: string;
        reason: string;
    }
    Index

    Properties

    Properties

    type: "resource" | "path" | "command" | "env" | "capability"

    Type of violation.

    denied: string

    What was denied.

    reason: string

    Explanation.