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.
A generic event source type.
A definition of a generic event source object. The set of parameters depends on the object type. For example, a Box Shield event source would have the following set of parameters:
{
"barrier_id": 123456,
"barrier_status": "ENABLED",
"barrier_segments": [
{
"name": "8",
"member_count": 1
},
{
"name": "9",
"member_count": 1
}
]
}
```.