Skip to main content
API version 2024.0 A shield information barrier segment object.
id
string
example: 11446498The unique identifier for the shield information barrier segment.
type
string
example: shield_information_barrier_segmentThe type of the shield information barrier segment.Value is always shield_information_barrier_segment
created_at
string(date-time)
example: 2020-06-26T18:44:45.869ZISO date time string when this shield information barrier object was created.
created_by
User (Base)object
The user who created this shield information barrier segment.
description
string
example: 'Corporate division that engages in advisory_based financial transactions on behalf of individuals, corporations, and governments.'Description of the shield information barrier segment.
name
string
example: Investment BankingName of the shield information barrier segment.
shield_information_barrier
Shield information barrier (Base)object
A base representation of a shield information barrier object.
updated_at
string(date-time)
example: 2020-07-26T18:44:45.869ZISO date time string when this shield information barrier segment was updated.
updated_by
User (Base)object
The user that updated this shield information barrier segment.
{
  "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"
  }
}