GetSecurityFirewallConfigSecurityResponseGen

July 31, 2026 ยท View on GitHub

Example Usage

import { GetSecurityFirewallConfigSecurityResponseGen } from "@vercel/sdk/models/getsecurityfirewallconfigsecurityaction.js";

let value: GetSecurityFirewallConfigSecurityResponseGen = {
  active: false,
  action: "deny",
};

Fields

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

Contents

  1. 1Example Usage
  2. 2Fields