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

    Interface ExternalEvidenceAuthority

    interface ExternalEvidenceAuthority {
        captureMethods: ("producer-callback" | "governed-capture")[];
        id: string;
        maxTrustTier: "OBSERVED" | "ATTESTED";
        producers: string[];
        publicKeyPem: string;
    }
    Index
    captureMethods: ("producer-callback" | "governed-capture")[]
    id: string
    maxTrustTier: "OBSERVED" | "ATTESTED"
    producers: string[]

    Match the producer identity that this independently configured authority is admitted to attest.

    publicKeyPem: string