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

    Props for SecurityOverviewTab component

    interface SecurityOverviewTabProps {
        availabilityLevel: SecurityLevel;
        integrityLevel: SecurityLevel;
        confidentialityLevel: SecurityLevel;
        dataClassification: string;
        implementationComplexity: string;
        businessMaturityLevel: string;
        businessMaturityDescription: string;
        securityScore: number;
        complianceScore?: number;
        testId: string;
        getStatusVariant: (level: string) => StatusType;
    }
    Index

    Properties

    availabilityLevel: SecurityLevel
    integrityLevel: SecurityLevel
    confidentialityLevel: SecurityLevel
    dataClassification: string
    implementationComplexity: string
    businessMaturityLevel: string
    businessMaturityDescription: string
    securityScore: number
    complianceScore?: number
    testId: string
    getStatusVariant: (level: string) => StatusType