class PasswordQuality

..
+-SystemFunctions
+-SecM
+-UserManagement
+-LocalAuthenticationMethod
+-PasswordQuality

Configures the dimensions of password quality checking.

References from:
AdministratorAccount; PasswordPolicy;
References to:
ManagedObject;
Attributes
int16[0..1]
minDigit { 1..32767 }
Minimum number of digits in passwords.

Minimum number of digits a new password must have to be accepted by the ME. No value means the check is disabled.
int16[0..1]
minLower { 1..32767 }
Minimum number of lower case characters in passwords.

Minimum number of lower case characters a new password must have to be accepted by the ME. No value means the check is disabled.
int16[0..1]
minOther { 1..32767 }
Minimum number of non-alphanumeric characters in passwords.

Minimum number of non-alphanumeric characters a new password must have to be accepted by the ME. No value means the check is disabled.
int16
minPoints = 3 { 1..4 }
Minimum password quality points.

Minimum number of quality points a new password must have to be accepted by the ME. One quality point is awarded for each character class used in the password. Possible character classes are digits, uppercase, lowercase, and other characters.
int16[0..1]
minUpper { 1..32767 }
Minimum number of upper case characters in passwords.

Minimum number of upper case characters a new password must have to be accepted by the ME. No value means the check is disabled.
string
key
mandatory
noNotification
restricted
passwordQualityId
The value component of the RDN.
ManagedObject[0..]
readOnly
reservedBy
The managed objects using this PasswordQuality MO.

Lists the Distinguished Names of PasswordPolicy Managed Objects or the AdministratorAccount.
string[0..1]
userLabel
An additional descriptive text.

  class PasswordQuality