SharedFolderBlanketLinkRestrictionPolicy
public enum SharedFolderBlanketLinkRestrictionPolicy : CustomStringConvertible, JSONRepresentable
Policy governing whether shared folder membership is required to access shared links.
-
Only members of shared folders can access folder content via shared link.
Declaration
Swift
case members
-
Anyone can access folder content via shared link.
Declaration
Swift
case anyone
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }