コラボレーションホワイトリストエントリ

コラボレーションホワイトリストエントリでは、会社とのコラボレーションが承認されているドメインが定義されます

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

ホワイトリストエントリが作成された日時

string
both

ホワイトリストに追加するコラボレーションの方向

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

string
example.com

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

object

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

11446498

このオブジェクトの一意の識別子

Acme Inc.

会社の名前

enterprise

次の値に固定: enterprise

string
11446498

このオブジェクトの一意の識別子

string
collaboration_whitelist_entry

次の値に固定: collaboration_whitelist_entry

レスポンスの例

{
  "created_at": "2012-12-12T10:53:43-08:00",
  "direction": "both",
  "domain": "example.com",
  "enterprise": {
    "id": 11446498,
    "name": "Acme Inc.",
    "type": "enterprise"
  },
  "id": 11446498,
  "type": "collaboration_whitelist_entry"
}