GetFirewallConfigGen

June 11, 2025 ยท View on GitHub

Generic Attack - Provide broad protection from various undefined or novel attack vectors.

Example Usage

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

let value: GetFirewallConfigGen = {
  active: true,
  action: "log",
};

Fields

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

Contents

  1. 1Example Usage
  2. 2Fields