CIA Compliance Manager API Documentation - v0.8.35
    Preparing search index...

    Function getSecurityLevelOption

    • Helper function to safely access CIA options with string keys

      Type Parameters

      • T

      Parameters

      • options: Record<SecurityLevel, T>

        The options object to access

      • key: string | undefined

        The string key that should be treated as SecurityLevel

      Returns T | undefined

      The option value or undefined if not found