GetSecurityFirewallEventsActions
March 11, 2026 ยท View on GitHub
Example Usage
import { GetSecurityFirewallEventsActions } from "@vercel/sdk/models/getsecurityfirewalleventsop.js";
let value: GetSecurityFirewallEventsActions = {
startTime: "<value>",
endTime: "<value>",
isActive: false,
actionType: "<value>",
host: "mysterious-stir-fry.org",
publicIp: "<value>",
count: 819.98,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
startTime | string | :heavy_check_mark: | N/A |
endTime | string | :heavy_check_mark: | N/A |
isActive | boolean | :heavy_check_mark: | N/A |
actionType | string | :heavy_check_mark: | N/A |
host | string | :heavy_check_mark: | N/A |
publicIp | string | :heavy_check_mark: | N/A |
count | number | :heavy_check_mark: | N/A |