Permissions
public struct Permissions : BoxInnerModel
Permissions that the current user has on this file.
-
Permission for download
Declaration
Swift
public let canDownload: Bool? -
Permission for preview
Declaration
Swift
public let canPreview: Bool? -
Permission for upload
Declaration
Swift
public let canUpload: Bool? -
Permission to comment
Declaration
Swift
public let canComment: Bool? -
Permission to rename
Declaration
Swift
public let canRename: Bool? -
Permission to delete
Declaration
Swift
public let canDelete: Bool? -
Permission to share
Declaration
Swift
public let canShare: Bool? -
Permission to share access
Declaration
Swift
public let canSetShareAccess: Bool? -
Permission to invite collaborators
Declaration
Swift
public let canInviteCollaborator: Bool? -
Permission to annotate
Declaration
Swift
public let canAnnotate: Bool? -
Permission to view all annotations
Declaration
Swift
public let canViewAnnotationsAll: Bool? -
Permission to view signed in user annotations
Declaration
Swift
public let canViewAnnotationsSelf: Bool?
Permissions Structure Reference