DBSHARINGAclUpdatePolicyTag
Objective-C
enum DBSHARINGAclUpdatePolicyTag : NSInteger {}
                Swift
@frozen enum DBSHARINGAclUpdatePolicyTag : Int, @unchecked Sendable
                The DBSHARINGAclUpdatePolicyTag enum type represents the possible tag
states with which the DBSHARINGAclUpdatePolicy union can exist.
- 
                  
                  
Only the owner can update the ACL.
Declaration
Objective-C
DBSHARINGAclUpdatePolicyOwnerSwift
case owner = 0 - 
                  
                  
Any editor can update the ACL. This may be further restricted to editors on the same team.
Declaration
Objective-C
DBSHARINGAclUpdatePolicyEditorsSwift
case editors = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGAclUpdatePolicyOtherSwift
case other = 2 
View on GitHub
        DBSHARINGAclUpdatePolicyTag Enumeration Reference