Gen

June 11, 2025 ยท View on GitHub

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

Example Usage

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

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

Fields

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

Contents

  1. 1Example Usage
  2. 2Fields