CIA Compliance Manager API Documentation - v1.0.1
    Preparing search index...

    Interface SecurityProfile

    Security profile containing all security levels

    Represents a complete security configuration for a system, including individual CIA component levels and an overall security level.

    const profile: SecurityProfile = {
    availabilityLevel: 'High',
    integrityLevel: 'Very High',
    confidentialityLevel: 'High',
    securityLevel: 'Very High' // Calculated from highest component level
    };
    Index

    Properties

    availabilityLevel: SecurityLevel

    Security level for system availability

    confidentialityLevel: SecurityLevel

    Security level for data confidentiality

    integrityLevel: SecurityLevel

    Security level for data integrity

    securityLevel: SecurityLevel

    Overall security level (typically the highest of the three components)