DBTEAMPOLICIESPasswordStrengthPolicyTag
Objective-C
enum DBTEAMPOLICIESPasswordStrengthPolicyTag : NSInteger {}
Swift
@frozen enum DBTEAMPOLICIESPasswordStrengthPolicyTag : Int, @unchecked Sendable
The DBTEAMPOLICIESPasswordStrengthPolicyTag
enum type represents the
possible tag states with which the DBTEAMPOLICIESPasswordStrengthPolicy
union can exist.
-
User passwords will adhere to the minimal password strength policy.
Declaration
Objective-C
DBTEAMPOLICIESPasswordStrengthPolicyMinimalRequirements
Swift
case minimalRequirements = 0
-
User passwords will adhere to the moderate password strength policy.
Declaration
Objective-C
DBTEAMPOLICIESPasswordStrengthPolicyModeratePassword
Swift
case moderatePassword = 1
-
User passwords will adhere to the very strong password strength policy.
Declaration
Objective-C
DBTEAMPOLICIESPasswordStrengthPolicyStrongPassword
Swift
case strongPassword = 2
-
(no description).
Declaration
Objective-C
DBTEAMPOLICIESPasswordStrengthPolicyOther
Swift
case other = 3