DBTEAMPOLICIESPasswordControlModeTag
Objective-C
enum DBTEAMPOLICIESPasswordControlModeTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESPasswordControlModeTag : Int, @unchecked Sendable
The DBTEAMPOLICIESPasswordControlModeTag
enum type represents the possible
tag states with which the DBTEAMPOLICIESPasswordControlMode
union can
exist.
-
Password is disabled.
Declaration
Objective-C
DBTEAMPOLICIESPasswordControlModeDisabled
Swift
case disabled = 0
-
Password is enabled.
Declaration
Objective-C
DBTEAMPOLICIESPasswordControlModeEnabled
Swift
case enabled = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPasswordControlModeOther
Swift
case other = 2