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
DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaEnable
Swift
case requireTfaEnable = 0
-
Disabled require two factor authorization.
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationPolicyRequireTfaDisable
Swift
case requireTfaDisable = 1
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESTwoStepVerificationPolicyOther
Swift
case other = 2