module:model/AccountPasswordRules

module:model/AccountPasswordRules

new module:model/AccountPasswordRules()

Source:

Constructs a new AccountPasswordRules.

Members

(inner) expirePassword :String

Source:
Type:
  • String

(inner) expirePasswordDays :String

Source:
Type:
  • String

(inner) expirePasswordDaysMetadata :module:model/AccountPasswordExpirePasswordDays

Source:

Metadata that indicates whether the expirePasswordDays property is editable.

Type:

(inner) lockoutDurationMinutes :String

Source:
Type:
  • String

(inner) lockoutDurationMinutesMetadata :module:model/AccountPasswordLockoutDurationMinutes

Source:

Metadata that indicates whether the lockoutDurationMinutes property is editable.

Type:

(inner) lockoutDurationType :String

Source:
Type:
  • String

(inner) lockoutDurationTypeMetadata :module:model/AccountPasswordLockoutDurationType

Source:

Metadata that indicates whether the lockoutDurationType property is editable.

Type:

(inner) minimumPasswordAgeDays :String

Source:
Type:
  • String

(inner) minimumPasswordAgeDaysMetadata :module:model/AccountPasswordMinimumPasswordAgeDays

Source:

Metadata that indicates whether the minimumPasswordAgeDays property is editable.

Type:

(inner) minimumPasswordLength :String

Source:
Type:
  • String

(inner) minimumPasswordLengthMetadata :module:model/AccountMinimumPasswordLength

Source:

Metadata that indicates whether the minimumPasswordLength property is editable.

Type:

(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

(inner) passwordStrengthType :String

Source:
Type:
  • String

(inner) passwordStrengthTypeMetadata :module:model/AccountPasswordStrengthType

Source:

Metadata that indicates whether the passwordStrengthType property is editable.

Type:

(inner) questionsRequired :String

Source:
Type:
  • String

(inner) questionsRequiredMetadata :module:model/AccountPasswordQuestionsRequired

Source:

Metadata that indicates whether the questionsRequired property is editable.

Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated AccountPasswordRules instance.

Type
module:model/AccountPasswordRules