Box Developer Documentation

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.

Shield information barrier segment

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

A shield information barrier segment object.

string
11446498

The unique identifier for the shield information barrier segment.

string
shield_information_barrier_segment

The type of the shield information barrier segment.

Value is always shield_information_barrier_segment

string (date-time)
2020-06-26T18:44:45.869Z

ISO date time string when this shield information barrier object was created.

The user who created this shield information barrier segment.

'Corporate division that engages in advisory_based financial transactions on behalf of individuals, corporations, and governments.'

Description of the shield information barrier segment.

string
Investment Banking

Name of the shield information barrier segment.

A base representation of a shield information barrier object.

string (date-time)
2020-07-26T18:44:45.869Z

ISO date time string when this shield information barrier segment was updated.

The user that updated this shield information barrier segment.

Response Example

{
  "id": "11446498",
  "type": "shield_information_barrier_segment",
  "created_at": "2020-06-26T18:44:45.869Z",
  "created_by": {
    "id": "11446498",
    "type": "user"
  },
  "description": "'Corporate division that engages in advisory_based financial\n transactions on behalf of individuals, corporations, and governments.'",
  "name": "Investment Banking",
  "shield_information_barrier": {
    "id": "11446498",
    "type": "shield_information_barrier"
  },
  "updated_at": "2020-07-26T18:44:45.869Z",
  "updated_by": {
    "id": "11446498",
    "type": "user"
  }
}