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
DBTEAMPOLICIESPaperDeploymentPolicyFullSwift
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
DBTEAMPOLICIESPaperDeploymentPolicyPartialSwift
case partial = 1 -
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPaperDeploymentPolicyOtherSwift
case other = 2
View on GitHub
DBTEAMPOLICIESPaperDeploymentPolicyTag Enumeration Reference