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

    Interface TenantIsolationCheck

    interface TenantIsolationCheck {
        checkedTs: number;
        checkId: string;
        isolated: boolean;
        tenantA: string;
        tenantB: string;
        violations: TenantViolation[];
    }
    Index
    checkedTs: number
    checkId: string
    isolated: boolean
    tenantA: string
    tenantB: string
    violations: TenantViolation[]