DBTEAMPOLICIESTwoStepVerificationStateTag
Objective-C
enum DBTEAMPOLICIESTwoStepVerificationStateTag : NSInteger {}
                Swift
@frozen enum DBTEAMPOLICIESTwoStepVerificationStateTag : Int, @unchecked Sendable
                The DBTEAMPOLICIESTwoStepVerificationStateTag enum type represents the
possible tag states with which the DBTEAMPOLICIESTwoStepVerificationState
union can exist.
- 
                  
                  
Enabled require two factor authorization.
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationStateRequiredSwift
case required = 0 - 
                  
                  
Optional require two factor authorization.
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationStateOptionalSwift
case optional = 1 - 
                  
                  
Disabled require two factor authorization.
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationStateDisabledSwift
case disabled = 2 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationStateOtherSwift
case other = 3 
View on GitHub
        DBTEAMPOLICIESTwoStepVerificationStateTag Enumeration Reference