メインコンテンツへスキップ
POST
/
shield_information_barrier_segments
cURL
curl --request POST \
  --url https://api.box.com/2.0/shield_information_barrier_segments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data @- <<EOF
{
  "shield_information_barrier": {
    "id": "11446498",
    "type": "shield_information_barrier"
  },
  "name": "Investment Banking",
  "description": "'Corporate division that engages in\n advisory_based financial\ntransactions on behalf of individuals,\ncorporations, and governments.'"
}
EOF
{
  "id": "11446498",
  "type": "shield_information_barrier_segment",
  "shield_information_barrier": {
    "id": "11446498",
    "type": "shield_information_barrier"
  },
  "name": "Investment Banking",
  "description": "'Corporate division that engages in advisory_based financial\n transactions on behalf of individuals, corporations, and governments.'",
  "created_at": "2020-06-26T18:44:45.869Z",
  "created_by": {
    "id": "11446498",
    "type": "user"
  },
  "updated_at": "2020-07-26T18:44:45.869Z",
  "updated_by": {
    "id": "11446498",
    "type": "user"
  }
}
このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 Box APIのバージョン管理を参照してください。Box SDKのバージョニング戦略について詳しく学ぶ。」

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
shield_information_barrier
Shield情報バリア (Base) · object
required

Shield情報バリアオブジェクトのBase版の表示。

name
string
required

Shield情報バリアのセグメントの名前。

Example:

"Investment Banking"

description
string

Shield情報バリアのセグメントの説明。

Example:

"'Corporate division that engages in\n advisory_based financial\ntransactions on behalf of individuals,\ncorporations, and governments.'"

Response

新しいShield情報バリアのセグメントオブジェクトを返します。

Shield情報バリアのセグメントオブジェクト。

id
string

Shield情報バリアのセグメントの一意の識別子。

Example:

"11446498"

type
enum<string>

Shield情報バリアのセグメントのタイプ。

利用可能なオプション:
shield_information_barrier_segment
Example:

"shield_information_barrier_segment"

shield_information_barrier
Shield情報バリア (Base) · object

Shield情報バリアオブジェクトのBase版の表示。

name
string

Shield情報バリアのセグメントの名前。

Example:

"Investment Banking"

description
string

Shield情報バリアのセグメントの説明。

Example:

"'Corporate division that engages in advisory_based financial\n transactions on behalf of individuals, corporations, and governments.'"

created_at
string<date-time>

このShield情報バリアオブジェクトが作成された日時を示すISO日時文字列。

Example:

"2020-06-26T18:44:45.869Z"

created_by
ユーザー (Base) · object

このShield情報バリアのセグメントを作成したユーザー。

updated_at
string<date-time>

このShield情報バリアのセグメントが更新された日時を示すISO日時文字列。

Example:

"2020-07-26T18:44:45.869Z"

updated_by
ユーザー (Base) · object

このShield情報バリアのセグメントを更新したユーザー。