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

    Interface FirewallPolicyContext

    Context provided to policy rules for evaluation.

    interface FirewallPolicyContext {
        toolName: string;
        args: unknown;
        mode: ExecutionMode;
        artifacts?: Map<string, FirewallArtifact<unknown>>;
        workflowId?: string;
        allowedPaths?: readonly string[];
    }
    Index

    Properties

    toolName: string
    args: unknown
    artifacts?: Map<string, FirewallArtifact<unknown>>
    workflowId?: string
    allowedPaths?: readonly string[]