Source code for boxsdk.object.collaboration_whitelist_exempt_target

# coding: utf-8
from __future__ import unicode_literals, absolute_import
from .base_object import BaseObject


[docs]class CollaborationWhitelistExemptTarget(BaseObject): """Represents a user who is exempted from the collaboration whitelist.""" _item_type = 'collaboration_whitelist_exempt_target'