Permissions
public struct Permissions : BoxInnerModel
An object containing the permissions that the current user has on this file.
-
Download permission
Declaration
Swift
public let canDownload: Bool?
-
Upload permission
Declaration
Swift
public let canUpload: Bool?
-
Rename permission
Declaration
Swift
public let canRename: Bool?
-
Delete permission
Declaration
Swift
public let canDelete: Bool?
-
Share permission
Declaration
Swift
public let canShare: Bool?
-
Permission to add collaborators
Declaration
Swift
public let canInviteCollaborator: Bool?
-
Permission to set shared link access level for the folder
Declaration
Swift
public let canSetShareAccess: Bool?