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

    Function formatSecurityLevel

    • Format security level for display

      Currently returns the security level as-is since SecurityLevel type values are already properly capitalized. This function exists for consistency and potential future formatting needs.

      Parameters

      Returns string

      Formatted security level string

      formatSecurityLevel('High')       // "High"
      formatSecurityLevel('Very High') // "Very High"
      formatSecurityLevel('Moderate') // "Moderate"