Allowed collaboration domain
An entry that describes an approved domain for which users can collaborate with files and folders in your enterprise or vice versa.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for this entry. |
type | enum<string> | No | The value will always be collaboration_whitelist_entry. Available options: collaboration_whitelist_entry. |
domain | string | No | The whitelisted domain. |
direction | enum<string> | No | The direction of the collaborations to allow. Available options: inbound, outbound, both. |
enterprise | object | No | A representation of a Box enterprise. |
created_at | string | No | The time the entry was created at. |
Example
Allowed collaboration domains
A list of allowed domains for collaboration.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
prev_marker | string | No | The marker for the start of the previous page of results. Can be null. |
entries | array of Allowed collaboration domain | No | A list of allowed collaboration domains. |
Example
