PutFirewallConfigRfi

June 11, 2025 ยท View on GitHub

Remote File Inclusion Attack - Prohibit unauthorized upload or execution of remote files.

Example Usage

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

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

Fields

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

Contents

  1. 1Example Usage
  2. 2Fields