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

    Interface FedRampControlFamily

    interface FedRampControlFamily {
        controls: {
            controlId: string;
            evidence?: string;
            status: "planned" | "not-applicable" | "implemented";
            title: string;
        }[];
        familyId: string;
        name: string;
    }
    Index
    controls: {
        controlId: string;
        evidence?: string;
        status: "planned" | "not-applicable" | "implemented";
        title: string;
    }[]
    familyId: string
    name: string