ssh-mcp-pro API - v1.1.2
    Preparing search index...

    Interface PolicyDecision

    interface PolicyDecision {
        action: PolicyAction;
        allowed: boolean;
        hint?: string;
        mode: PolicyMode;
        reason?: string;
        riskLevel?: string;
    }
    Index

    Properties

    action: PolicyAction
    allowed: boolean
    hint?: string
    reason?: string
    riskLevel?: string