Skip to main content
API version 2024.0 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.
id
string
example: 11446498The unique identifier for the shield information barrier segment restriction.
type
string
example: shield_information_barrier_segment_restrictionShield information barrier segment restriction.Value is always shield_information_barrier_segment_restriction
restricted_segment
object
The type and id of the restricted shield information barrier segment.
shield_information_barrier_segment
object
The type and id of the requested shield information barrier segment.
{
  "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"
  }
}