CollaborationAllowlistEntry
public class CollaborationAllowlistEntry : BoxModel
An allowlisted 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] { get }
-
Box item type
Declaration
Swift
public var type: String
-
Identifier
Declaration
Swift
public let id: String
-
The URL domain name
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]) throws
Parameters
json
JSON dictionary.