GetFirewallConfigRce

June 11, 2025 ยท View on GitHub

Remote Execution Attack - Prevent unauthorized execution of remote scripts or commands.

Example Usage

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

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

Fields

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

Contents

  1. 1Example Usage
  2. 2Fields