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

    Interface ResidencyCheckResult

    interface ResidencyCheckResult {
        allowed: boolean;
        policyId?: string;
        region: string;
        violations: string[];
    }
    Index
    allowed: boolean
    policyId?: string
    region: string
    violations: string[]