GetFirewallConfigSqli

April 28, 2025 ยท View on GitHub

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

Example Usage

import { GetFirewallConfigSqli } from "@vercel/sdk/models/getfirewallconfigop.js";

let value: GetFirewallConfigSqli = {
  active: false,
  action: "log",
};

Fields

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

Contents

  1. 1Example Usage
  2. 2Fields