DBTEAMPOLICIESPaperDeploymentPolicyTag
Objective-C
enum DBTEAMPOLICIESPaperDeploymentPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESPaperDeploymentPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESPaperDeploymentPolicyTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESPaperDeploymentPolicy
union can exist.
-
All team members have access to Paper.
Declaration
Objective-C
DBTEAMPOLICIESPaperDeploymentPolicyFull
Swift
case full = 0
-
Only whitelisted team members can access Paper. To see which user is whitelisted, check ‘is_paper_whitelisted’ on ‘account/info’.
Declaration
Objective-C
DBTEAMPOLICIESPaperDeploymentPolicyPartial
Swift
case partial = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPaperDeploymentPolicyOther
Swift
case other = 2