CollaborationWhitelistEntry
public class CollaborationWhitelistEntry : BoxModel
A whitelisted domain in the enterprise. This record consists of both direction (inbound, outbound, or both) and a domain (box.com).
-
Declaration
Swift
public private(set) var rawData: [String : Any] -
Box item type
Declaration
Swift
public var type: String -
Identifier
Declaration
Swift
public let id: String -
Undocumented
Declaration
Swift
public let domain: String? -
Direction of colaboration - can be inbound, outbound or both
Declaration
Swift
public let direction: CollaborationDirection? -
Mini representation of the user’s enterprise.
Declaration
Swift
public let enterprise: Enterprise? -
When the collaboration object was created.
Declaration
Swift
public let createdAt: Date? -
When the collaboration object was last modified.
Declaration
Swift
public let modifiedAt: Date? -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
CollaborationWhitelistEntry Class Reference