Box Developer Documentation

Shield List

A standard representation of a Shield List.

string
90fb0e17-c332-40ed-b4f9-fa8908fbbb24

Unique identifier for the shield list.

string
shield_list

Type of the object.

Specifies the type of elements in this Shield List and includes the elements themselves.

string (date-time)
2025-01-13T15:31:01.896Z

ISO date time string when this shield list object was created.

A list of things that are shielded

Description of Shield List

object

Enterprise for which this list belongs to.

1910967

The unique identifier for this enterprise

enterprise

enterprise

Value is always enterprise

string
Shield List Name

Name of the shield list.

string (date-time)
2025-01-13T15:31:01.896Z

ISO date time string when this shield list object was updated.

Response Example

{
  "id": "90fb0e17-c332-40ed-b4f9-fa8908fbbb24",
  "type": "shield_list",
  "content": {
    "type": "country",
    "country_codes": [
      "US",
      "PL"
    ]
  },
  "created_at": "2025-01-13T15:31:01.896Z",
  "description": "A list of things that are shielded",
  "enterprise": {
    "id": "1910967",
    "type": "enterprise"
  },
  "name": "Shield List Name",
  "updated_at": "2025-01-13T15:31:01.896Z"
}