prorm API Reference
    Preparing search index...

    Variable FrameworkRequirementsConst

    FrameworkRequirements: Record<
        SecurityFrameworkType,
        {
            audit?: boolean;
            encryption?: boolean;
            retention?: boolean;
            masking?: boolean;
            immutable?: boolean;
            consent?: boolean;
            rls?: boolean;
            pseudonymize?: boolean;
            classification?: boolean;
            tls?: boolean;
            lineage?: boolean;
            breachDetection?: boolean;
            sessionIsolation?: boolean;
            worm?: boolean;
            rateLimit?: boolean;
            sensitiveDataDiscovery?: boolean;
            crossBorderLog?: boolean;
            consentVersioning?: boolean;
            dsar?: boolean;
            pia?: boolean;
            backupVerification?: boolean;
            queryFirewall?: boolean;
        },
    > = ...

    Map of framework to its required security controls. Used internally to determine which controls to apply.