import { GetFirewallConfigIps } from "@vercel/sdk/models/getfirewallconfigop.js";
let value: GetFirewallConfigIps = {
id: "<id>",
hostname: "pretty-seafood.net",
ip: "175.183.220.130",
action: "log",
};
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 |