Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.71 KB

ips.md

File metadata and controls

24 lines (19 loc) · 2.71 KB

Ips

Example Usage

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

let value: Ips = {
  id: "<id>",
  hostname: "hairy-management.info",
  ip: "52ac:b0fc:edae:e66a:5ebc:cc99:d4e8:35ab",
  action: "challenge",
};

Fields

Field Type Required Description
id string ✔️ N/A
hostname string ✔️ N/A
ip string ✔️ N/A
notes string N/A
action models.GetFirewallConfigSecurityAction ✔️ N/A