PutFirewallConfigSqli

June 11, 2025 ยท View on GitHub

SQL Injection Attack - Prohibit unauthorized use of SQL commands to manipulate databases.

Example Usage

import { PutFirewallConfigSqli } from "@vercel/sdk/models/putfirewallconfigop.js";

let value: PutFirewallConfigSqli = {
  active: true,
  action: "deny",
};

Fields

FieldTypeRequiredDescription
activeboolean:heavy_check_mark:N/A
actionmodels.PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction:heavy_check_mark:N/A

Contents

  1. 1Example Usage
  2. 2Fields