DBSHARINGResolvedVisibilityTag
Objective-C
enum DBSHARINGResolvedVisibilityTag : NSInteger {}
                Swift
@frozen enum DBSHARINGResolvedVisibilityTag : Int, @unchecked Sendable
                The DBSHARINGResolvedVisibilityTag enum type represents the possible tag
states with which the DBSHARINGResolvedVisibility union can exist.
- 
                  
                  
Anyone who has received the link can access it. No login required.
Declaration
Objective-C
DBSHARINGResolvedVisibilityPublicSwift
case `public` = 0 - 
                  
                  
Only members of the same team can access the link. Login is required.
Declaration
Objective-C
DBSHARINGResolvedVisibilityTeamOnlySwift
case teamOnly = 1 - 
                  
                  
A link-specific password is required to access the link. Login is not required.
Declaration
Objective-C
DBSHARINGResolvedVisibilityPasswordSwift
case password = 2 - 
                  
                  
Only members of the same team who have the link-specific password can access the link. Login is required.
Declaration
Objective-C
DBSHARINGResolvedVisibilityTeamAndPasswordSwift
case teamAndPassword = 3 - 
                  
                  
Only members of the shared folder containing the linked file can access the link. Login is required.
Declaration
Objective-C
DBSHARINGResolvedVisibilitySharedFolderOnlySwift
case sharedFolderOnly = 4 - 
                  
                  
The link merely points the user to the content, and does not grant any additional rights. Existing members of the content who use this link can only access the content with their pre-existing access rights. Either on the file directly, or inherited from a parent folder.
Declaration
Objective-C
DBSHARINGResolvedVisibilityNoOneSwift
case noOne = 5 - 
                  
                  
Only the current user can view this link.
Declaration
Objective-C
DBSHARINGResolvedVisibilityOnlyYouSwift
case onlyYou = 6 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGResolvedVisibilityOtherSwift
case other = 7 
View on GitHub
        DBSHARINGResolvedVisibilityTag Enumeration Reference