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

    Interface TrustCertificateVerificationResult

    interface TrustCertificateVerificationResult {
        errors: string[];
        ok: boolean;
    }
    Index
    errors: string[]
    ok: boolean