Addresses
July 24, 2026 ยท View on GitHub
Example Usage
import { Addresses } from "@vercel/sdk/models/updateprojectbranchmatcher.js";
let value: Addresses = {
value: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
value | string | :heavy_check_mark: | The IP addresses that are allowlisted. Supports IPv4 addresses and CIDR notations. IPv6 is not supported |
note | string | :heavy_minus_sign: | An optional note explaining what the IP address or subnet is used for |