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

    Interface IngressResult

    interface IngressResult {
        allowed: boolean;
        blocked: string[];
        rateLimited: boolean;
        sanitized: string;
    }
    Index
    allowed: boolean
    blocked: string[]
    rateLimited: boolean
    sanitized: string