Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 3.81 KB

getfirewallconfigconditions.md

File metadata and controls

22 lines (17 loc) · 3.81 KB

GetFirewallConfigConditions

Example Usage

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

let value: GetFirewallConfigConditions = {
  type: "region",
  op: "eq",
};

Fields

Field Type Required Description
type models.GetFirewallConfigType ✔️ Parameter from the incoming traffic.
op models.GetFirewallConfigOp ✔️ Operator used to compare the parameter with a value
neg boolean N/A
key string N/A
value models.GetFirewallConfigValue N/A