許可されたコラボレーションドメイン

ユーザーが社内のファイルやフォルダでコラボレーションできる (またはコラボレーションできない) 承認済みドメインを表すエントリ。

string
"11446498"

このエントリの一意の識別子

string
"collaboration_whitelist_entry"

collaboration_whitelist_entry

次の値に固定: collaboration_whitelist_entry

string / date-time
"2012-12-12T10:53:43-08:00"

エントリが作成された日時

string
"both"

許可するコラボレーションの方向。

次の値のいずれか1つ: inbound,outbound,both

string
"example.com"

ホワイトリストに登録されるドメイン

object

このリストが適用される会社

"11446498"

この会社の一意の識別子。

"enterprise"

enterprise

次の値に固定: enterprise

"Acme Inc."

会社の名前

レスポンスの例

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