許可されたコラボレーションドメイン
コラボレーションが許可されたドメインのリスト。属性と例
属性と例
| プロパティ | 型 | 必須 | 説明 |
|---|---|---|---|
limit | integer | いいえ | これらのエントリで使用された制限値。許容される最大値を超えていない限り、クエリパラメータのlimitと等しくなります。最大値はAPIによって異なります。 |
next_marker | string | いいえ | 次の検索結果ページの開始場所のマーカー。 null を指定できます。 |
prev_marker | string | いいえ | 前の検索結果ページの開始場所のマーカー。 null を指定できます。 |
entries | array of 許可されたコラボレーションドメイン | いいえ | 許可されたコラボレーションドメインのリスト。 |
例
{
"limit": 1000,
"next_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVii",
"prev_marker": "JV9IRGZmieiBasejOG9yDCRNgd2ymoZIbjsxbJMjIs3kioVih",
"entries": [
{
"id": "11446498",
"type": "collaboration_whitelist_entry",
"domain": "example.com",
"direction": "both",
"enterprise": {
"id": "11446498",
"type": "enterprise",
"name": "Acme Inc."
},
"created_at": "2012-12-12T10:53:43-08:00"
}
]
}
許可されたコラボレーションドメイン
ユーザーが社内のファイルやフォルダでコラボレーションできる (またはコラボレーションできない) 承認済みドメインを表すエントリ。属性と例
属性と例
| プロパティ | 型 | 必須 | 説明 |
|---|---|---|---|
id | string | いいえ | このエントリの一意の識別子。 |
type | enum<string> | いいえ | 値は常にcollaboration_whitelist_entryになります。 使用可能なオプション: collaboration_whitelist_entry. |
domain | string | いいえ | 許可リストに登録されるドメイン。 |
direction | enum<string> | いいえ | 許可するコラボレーションの方向。 使用可能なオプション: inbound, outbound, both. |
enterprise | object | いいえ | Box Enterpriseのレプリゼンテーション。 |
created_at | string | いいえ | エントリが作成された日時。 |
例
{
"id": "11446498",
"type": "collaboration_whitelist_entry",
"domain": "example.com",
"direction": "both",
"enterprise": {
"id": "11446498",
"type": "enterprise",
"name": "Acme Inc."
},
"created_at": "2012-12-12T10:53:43-08:00"
}
