DBSHARINGAlphaResolvedVisibilityTag

Objective-C

enum DBSHARINGAlphaResolvedVisibilityTag : NSInteger {}

Swift

@frozen enum DBSHARINGAlphaResolvedVisibilityTag : Int, @unchecked Sendable

The DBSHARINGAlphaResolvedVisibilityTag enum type represents the possible tag states with which the DBSHARINGAlphaResolvedVisibility union can exist.

  • Anyone who has received the link can access it. No login required.

    Declaration

    Objective-C

    DBSHARINGAlphaResolvedVisibilityPublic

    Swift

    case `public` = 0
  • Only members of the same team can access the link. Login is required.

    Declaration

    Objective-C

    DBSHARINGAlphaResolvedVisibilityTeamOnly

    Swift

    case teamOnly = 1
  • A link-specific password is required to access the link. Login is not required.

    Declaration

    Objective-C

    DBSHARINGAlphaResolvedVisibilityPassword

    Swift

    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

    DBSHARINGAlphaResolvedVisibilityTeamAndPassword

    Swift

    case teamAndPassword = 3
  • Only members of the shared folder containing the linked file can access the link. Login is required.

    Declaration

    Objective-C

    DBSHARINGAlphaResolvedVisibilitySharedFolderOnly

    Swift

    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

    DBSHARINGAlphaResolvedVisibilityNoOne

    Swift

    case noOne = 5
  • Only the current user can view this link.

    Declaration

    Objective-C

    DBSHARINGAlphaResolvedVisibilityOnlyYou

    Swift

    case onlyYou = 6
  • (no description).

    Declaration

    Objective-C

    DBSHARINGAlphaResolvedVisibilityOther

    Swift

    case other = 7