Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface RedactionTestResult

    interface RedactionTestResult {
        actualOutput: string;
        expectedOutput: string;
        passed: boolean;
        ruleId: string;
        testInput: string;
    }
    Index
    actualOutput: string
    expectedOutput: string
    passed: boolean
    ruleId: string
    testInput: string