メインコンテンツへスキップ
APIバージョン 2024.0 ユーザーが社内のファイルやフォルダでコラボレーションできる (またはコラボレーションできない) 承認済みドメインを表すエントリ。
id
string
11446498このエントリの一意の識別子。
type
string
collaboration_whitelist_entry値は常にcollaboration_whitelist_entryになります。次の値に固定: collaboration_whitelist_entry
created_at
string(date-time)
2012-12-12T10:53:43-08:00エントリが作成された日時。
direction
string
both許可するコラボレーションの方向。次の値のいずれか1つ: inbound,outbound,both
domain
string
example.com許可リストに登録されるドメイン。
enterprise
object
このリストが適用される企業。
{
  "id": "11446498",
  "type": "collaboration_whitelist_entry",
  "created_at": "2012-12-12T10:53:43-08:00",
  "direction": "both",
  "domain": "example.com",
  "enterprise": {
    "id": "11446498",
    "type": "enterprise",
    "name": "Acme Inc."
  }
}