メインコンテンツへスキップ
POST
/
shield_information_barrier_segments
Python
client.shield_information_barrier_segments.create_shield_information_barrier_segment(
    ShieldInformationBarrierBase(
        id=barrier_id,
        type=ShieldInformationBarrierBaseTypeField.SHIELD_INFORMATION_BARRIER,
    ),
    segment_name,
    description=segment_description,
)
{
  "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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 Box APIのバージョン管理を参照してください。Box SDKのバージョニング戦略について詳しく学ぶ。」

承認

Authorization
string
header
必須

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

ボディ

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

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

name
string
必須

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

:

"Investment Banking"

description
string

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

:

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

レスポンス

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

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

id
string

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

:

"11446498"

type
enum<string>

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

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

"shield_information_barrier_segment"

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

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

name
string

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

:

"Investment Banking"

description
string

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

:

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

created_at
string<date-time>

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

:

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

created_by
ユーザー (Base) · object

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

updated_at
string<date-time>

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

:

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

updated_by
ユーザー (Base) · object

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