GetFirewallConfigSd

April 28, 2025 ยท View on GitHub

Scanner Detection - Detect and prevent reconnaissance activities from network scanning tools.

Example Usage

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

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

Fields

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

Contents

  1. 1Example Usage
  2. 2Fields