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
DBTEAMPOLICIESTwoStepVerificationStateRequired
Swift
case required = 0
-
Optional require two factor authorization.
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationStateOptional
Swift
case optional = 1
-
Disabled require two factor authorization.
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationStateDisabled
Swift
case disabled = 2
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationStateOther
Swift
case other = 3