Box Developerドキュメント

Shieldリスト

ShieldリストのStandard版の表示。

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

Shieldリストの一意の識別子。

string
shield_list

オブジェクトのタイプ。

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

このShieldリストが作成された日時を示すISO日時文字列。

A list of things that are shielded

Shieldリストの説明

object

このリストが属している企業。

1910967

この企業の一意の識別子

enterprise

enterprise

次の値に固定: enterprise

string
Shield List Name

Shieldリストの名前。

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

このShieldリストが更新された日時を示すISO日時文字列。

レスポンスの例

{
  "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"
}