A standard representation of a Shield List.
90fb0e17-c332-40ed-b4f9-fa8908fbbb24Unique identifier for the shield list.
shield_listType of the object.
Specifies the type of elements in this Shield List and includes the elements themselves.
2025-01-13T15:31:01.896ZISO date time string when this shield list object was created.
A list of things that are shieldedDescription of Shield List.
Enterprise for which this list belongs to.
1910967The unique identifier for this enterprise.
enterpriseThe value will always be enterprise.
Value is always enterprise
Shield List NameName of the shield list.
2025-01-13T15:31:01.896ZISO date time string when this shield list object was updated.
{
"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"
}