DBTEAMPOLICIESTwoStepVerificationPolicyTag
Objective-C
enum DBTEAMPOLICIESTwoStepVerificationPolicyTag : NSInteger {}
                Swift
@frozen enum DBTEAMPOLICIESTwoStepVerificationPolicyTag : Int, @unchecked Sendable
                The DBTEAMPOLICIESTwoStepVerificationPolicyTag enum type represents the
possible tag states with which the DBTEAMPOLICIESTwoStepVerificationPolicy
union can exist.
- 
                  
                  
Enabled require two factor authorization.
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnableSwift
case requireTfaEnable = 0 - 
                  
                  
Disabled require two factor authorization.
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisableSwift
case requireTfaDisable = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationPolicyOtherSwift
case other = 2 
View on GitHub
        DBTEAMPOLICIESTwoStepVerificationPolicyTag Enumeration Reference