メインコンテンツへスキップ
POST
/
shield_information_barriers
/
change_status
Python
client.shield_information_barriers.update_shield_information_barrier_status(
    barrier_id, UpdateShieldInformationBarrierStatusStatus.DISABLED
)
{
  "id": "11446498",
  "type": "shield_information_barrier",
  "enterprise": {
    "id": "1910967",
    "type": "enterprise"
  },
  "status": "draft",
  "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"
  },
  "enabled_at": "2020-07-26T18:44:45.869Z",
  "enabled_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
id
string
必須

Shield情報バリアのID。

:

"1910967"

status
enum<string>
必須

Shield情報バリアの任意のステータス。

利用可能なオプション:
pending,
disabled
:

"pending"

レスポンス

更新されたShield情報バリアオブジェクトを返します。

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

id
string

Shield情報バリアの一意の識別子。

:

"11446498"

type
enum<string>

Shield情報バリアのタイプ。

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

"shield_information_barrier"

enterprise
Enterprise · object

このバリアが配置されている企業のtypeid

status
enum<string>

Shield情報バリアのステータス。

利用可能なオプション:
draft,
pending,
disabled,
enabled,
invalid
:

"draft"

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情報バリアを更新したユーザー。

enabled_at
string<date-time>

このShield情報バリアが有効化された日時を示すISO日時文字列。

:

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

enabled_by
ユーザー (Base) · object

このShield情報バリアを有効化したユーザー。