SharedLinkAccess

public enum SharedLinkAccess : String, Codable

Defines the level of access to the item by its shared link.

  • Anyone with the link can access.

    Declaration

    Swift

    case open
  • People in your company can access.

    Declaration

    Swift

    case company
  • People in this folder can access.

    Declaration

    Swift

    case collaborators