module:model/AccountPasswordStrengthTypeOption

module:model/AccountPasswordStrengthTypeOption

new module:model/AccountPasswordStrengthTypeOption()

Source:

Constructs a new AccountPasswordStrengthTypeOption.

Members

(inner) minimumLength :String

Source:
Type:
  • String

(inner) name :String

Source:
Type:
  • String

(inner) passwordIncludeDigit :String

Source:
Type:
  • String

(inner) passwordIncludeDigitOrSpecialCharacter :String

Source:
Type:
  • String

(inner) passwordIncludeLowerCase :String

Source:
Type:
  • String

(inner) passwordIncludeSpecialCharacter :String

Source:
Type:
  • String

(inner) passwordIncludeUpperCase :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/AccountPasswordStrengthTypeOption}

Source:

Constructs a AccountPasswordStrengthTypeOption from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/AccountPasswordStrengthTypeOption

Optional instance to populate.

Returns:

The populated AccountPasswordStrengthTypeOption instance.

Type
module:model/AccountPasswordStrengthTypeOption