StrongPasswordRequirement
public class StrongPasswordRequirement : BoxModel
Defines the Strong Password requirement for the Acceptance Requirements object.
-
Declaration
Swift
public private(set) var rawData: [String : Any]
-
Indicator for whether the current enterprise has strong password enabled for users external current enterprise.
Declaration
Swift
public let enterpriseHasStrongPasswordRequiredForExternalUsers: Bool -
Indicator for whether the user has strong password enabled.
Declaration
Swift
public let userHasStrongPassword: Bool -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
StrongPasswordRequirement Class Reference