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

    DBSHARINGAclUpdatePolicyOwner

    Swift

    case owner = 0
  • Any editor can update the ACL. This may be further restricted to editors on the same team.

    Declaration

    Objective-C

    DBSHARINGAclUpdatePolicyEditors

    Swift

    case editors = 1
  • (no description).

    Declaration

    Objective-C

    DBSHARINGAclUpdatePolicyOther

    Swift

    case other = 2