prorm API Reference
    Preparing search index...

    Variable AllFrameworksConst

    AllFrameworks: Set<SecurityFrameworkType> = ...

    Set of all valid security framework names. Use for validation: if (AllFrameworks.has(myFramework)) { ... }