A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.
Representation of content of a Shield List that contains ip addresses data.
ipThe type of content in the shield list.
Value is always ip
["127.0.0.1","80.12.12.12/24"]1100000List of ip addresses and CIDRs.
{
"type": "ip",
"ip_addresses": [
"127.0.0.1",
"80.12.12.12/24"
]
}