DBTEAMPOLICIESSharedLinkCreatePolicyTag
Objective-C
enum DBTEAMPOLICIESSharedLinkCreatePolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESSharedLinkCreatePolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESSharedLinkCreatePolicyTag enum type represents the
possible tag states with which the DBTEAMPOLICIESSharedLinkCreatePolicy
union can exist.
-
By default, anyone can access newly created shared links. No login will be required to access the shared links unless overridden.
Declaration
Objective-C
DBTEAMPOLICIESSharedLinkCreatePolicyDefaultPublicSwift
case defaultPublic = 0 -
By default, only members of the same team can access newly created shared links. Login will be required to access the shared links unless overridden.
Declaration
Objective-C
DBTEAMPOLICIESSharedLinkCreatePolicyDefaultTeamOnlySwift
case defaultTeamOnly = 1 -
Only members of the same team can access all shared links. Login will be required to access all shared links.
Declaration
Objective-C
DBTEAMPOLICIESSharedLinkCreatePolicyTeamOnlySwift
case teamOnly = 2 -
Only people invited can access newly created links. Login will be required to access the shared links unless overridden.
Declaration
Objective-C
DBTEAMPOLICIESSharedLinkCreatePolicyDefaultNoOneSwift
case defaultNoOne = 3 -
(no description).
Declaration
Objective-C
DBTEAMPOLICIESSharedLinkCreatePolicyOtherSwift
case other = 4
View on GitHub
DBTEAMPOLICIESSharedLinkCreatePolicyTag Enumeration Reference