StrongPasswordRequirement

public class StrongPasswordRequirement : BoxModel

Defines the Strong Password requirement for the Acceptance Requirements object.

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }

Properties

  • Indicator for whether the current enterprise has strong password enabled for users external current enterprise.

    Declaration

    Swift

    public let strongPasswordRequiredForExternalUsers: 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]) throws

    Parameters

    json

    JSON dictionary.