AclUpdatePolicy
public enum AclUpdatePolicy : CustomStringConvertible, JSONRepresentable
Who can change a shared folder’s access control list (ACL). In other words, who can add, remove, or change the privileges of members.
-
Only the owner can update the ACL.
Declaration
Swift
case owner -
Any editor can update the ACL. This may be further restricted to editors on the same team.
Declaration
Swift
case editors -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
AclUpdatePolicy Enumeration Reference