GetSecurityFirewallConfigSecurityResponseSf

July 31, 2026 ยท View on GitHub

Example Usage

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

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

Fields

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

Contents

  1. 1Example Usage
  2. 2Fields