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 standard representation of a shield information barrier object.
11446498The unique identifier for the shield information barrier.
shield_information_barrierThe type of the shield information barrier.
Value is always shield_information_barrier
2020-06-26T18:44:45.869ZISO date time string when this shield information barrier object was created.
The user who created this shield information barrier.
2020-07-26T18:44:45.869ZISO date time string when this shield information barrier was enabled.
The user that enabled this shield information barrier.
The type and id of enterprise this barrier is under.
draftStatus of the shield information barrier.
Value is one of draft,pending,disabled,enabled,invalid
2020-07-26T18:44:45.869ZISO date time string when this shield information barrier was updated.
The user that updated this shield information barrier.
{
"id": "11446498",
"type": "shield_information_barrier",
"created_at": "2020-06-26T18:44:45.869Z",
"created_by": {
"id": "11446498",
"type": "user"
},
"enabled_at": "2020-07-26T18:44:45.869Z",
"enabled_by": {
"id": "11446498",
"type": "user"
},
"enterprise": {
"id": "1910967",
"type": "enterprise"
},
"status": "draft",
"updated_at": "2020-07-26T18:44:45.869Z",
"updated_by": {
"id": "11446498",
"type": "user"
}
}