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
| Field | Type | Required | Description |
|---|---|---|---|
active | boolean | :heavy_check_mark: | N/A |
action | models.PutFirewallConfigSecurityResponse200ApplicationJSONResponseBodyActiveCrsSqliAction | :heavy_check_mark: | N/A |