Permissions
public struct Permissions : BoxInnerModel
Web link permissions
-
Can rename web link
Declaration
Swift
public let canRename: Bool? -
Can delete web link
Declaration
Swift
public let canDelete: Bool? -
Can comment on web link
Declaration
Swift
public let canComment: Bool? -
Can share web link
Declaration
Swift
public let canShare: Bool? -
Can set share access for web link
Declaration
Swift
public let canSetShareAccess: Bool?
Permissions Structure Reference