Box Developer Documentation
 

    Shield information barrier segment restriction (Mini)

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

    A mini representation of a segment restriction object for the shield information barrier

    This resource has a few variations that can be encountered when using the API.

    The fields that are part of the mini variant are generally returned when the resource is nested within the response for another resource.

    string
    11446498

    The unique identifier for the shield information barrier segment restriction.

    string
    shield_information_barrier_segment_restriction

    Shield information barrier segment restriction

    Value is always shield_information_barrier_segment_restriction

    The type and id of the restricted shield information barrier segment.

    1910967

    The ID reference of the restricted shield information barrier segment.

    shield_information_barrier_segment

    The type of the shield information segment

    Value is always shield_information_barrier_segment

    The type and id of the requested shield information barrier segment.

    1910967

    The ID reference of the requesting shield information barrier segment.

    shield_information_barrier_segment

    The type of the shield information barrier segment

    Value is always shield_information_barrier_segment

    Response Example

    {
      "id": "11446498",
      "type": "shield_information_barrier_segment_restriction",
      "restricted_segment": {
        "id": "1910967",
        "type": "shield_information_barrier_segment"
      },
      "shield_information_barrier_segment": {
        "id": "1910967",
        "type": "shield_information_barrier_segment"
      }
    }