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
DBTEAMPOLICIESPasswordControlModeDisabledSwift
case disabled = 0 - 
                  
                  
Password is enabled.
Declaration
Objective-C
DBTEAMPOLICIESPasswordControlModeEnabledSwift
case enabled = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPasswordControlModeOtherSwift
case other = 2 
View on GitHub
        DBTEAMPOLICIESPasswordControlModeTag Enumeration Reference