Collaboration whitelist entry

A Collaboration Whitelist entry describes an approved domain that can collaborate with your enterprise

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

The time the whitelist entry was created

string
both

The direction of the collaborations to whitelist

Value is one of inbound,outbound,both

string
example.com

The whitelisted domain

object

The enterprise this whitelist is applied to

11446498

The unique identifier for this object

Acme Inc.

The name of the enterprise

enterprise

Value is always enterprise

string
11446498

The unique identifier for this object

string
collaboration_whitelist_entry

Value is always collaboration_whitelist_entry

Response Example

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