module:model/AccountPasswordQuestionsRequired

module:model/AccountPasswordQuestionsRequired

new module:model/AccountPasswordQuestionsRequired()

Source:

Constructs a new AccountPasswordQuestionsRequired.
Information about the number of password questions required (0 to 4) to confirm a user's identity when a user needs to reset their password.

Members

(inner) maximumQuestions :String

Source:
Type:
  • String

(inner) minimumQuestions :String

Source:
Type:
  • String

Methods

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

Source:

Constructs a AccountPasswordQuestionsRequired 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/AccountPasswordQuestionsRequired

Optional instance to populate.

Returns:

The populated AccountPasswordQuestionsRequired instance.

Type
module:model/AccountPasswordQuestionsRequired