CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Props for CIAComponentDetails component

    interface CIAComponentDetailsProps {
        component: CIAComponent;
        level: SecurityLevel;
        details: unknown;
        ciaContentService: unknown;
        testId: string;
        getTechnicalDescription: (
            component: CIAComponent,
            level: SecurityLevel,
        ) => string;
        getTechnicalRequirements: (
            component: CIAComponent,
            level: SecurityLevel,
        ) => string[];
        getTechnologies: (component: CIAComponent, level: SecurityLevel) => string;
        getConfigurations: (
            component: CIAComponent,
            level: SecurityLevel,
        ) => string;
        getExpertiseRequired: (
            component: CIAComponent,
            level: SecurityLevel,
        ) => string[];
    }
    Index

    Properties

    component: CIAComponent
    details: unknown
    ciaContentService: unknown
    testId: string
    getTechnicalDescription: (
        component: CIAComponent,
        level: SecurityLevel,
    ) => string
    getTechnicalRequirements: (
        component: CIAComponent,
        level: SecurityLevel,
    ) => string[]
    getTechnologies: (component: CIAComponent, level: SecurityLevel) => string
    getConfigurations: (component: CIAComponent, level: SecurityLevel) => string
    getExpertiseRequired: (
        component: CIAComponent,
        level: SecurityLevel,
    ) => string[]