Documentation
    Preparing search index...

    Type Alias Action

    Action: "flag" | "block" | "ignore"

    Action taken when a firewall rule is exceeded.

    • 'flag' — pass the operation but emit an audit event (default for rate limits).
    • 'block' — reject the operation (default for burst guard).
    • 'ignore' — pass silently without any audit event.