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

    Type Alias SecurityLevel

    SecurityLevel: "None" | "Low" | "Moderate" | "High" | "Very High"

    Security levels available for CIA triad components

    Each level represents increasing security controls and associated costs:

    • None: No security controls (not recommended for production)
    • Low: Basic security controls for low-risk systems
    • Moderate: Standard controls for typical business systems (recommended baseline)
    • High: Enhanced controls for sensitive systems
    • Very High: Maximum controls for critical systems
    const level: SecurityLevel = 'Moderate';
    const criticalLevel: SecurityLevel = 'Very High';