CharacterCharacteristicsPRule
This rule determines if a password contains the desired mix of character types.
Rule for determining if a password contains the desired mix of character types. In order to meet the criteria of this rule, passwords must meet any number of supplied character rules.
| Parameter | Description | Type | Syntax | 
|---|---|---|---|
ruleList | 
                                 Sets the character rules used by this rule. Use any of the following enumerated values: 
                            
  | Enum | 
                                
                             | 
numberOfCharacteristics | 
                                 Sets the number of characteristics which must be satisfied in order for a password to meet the requirements of this rule. The default is one. Any three of the four supplied character rules is allowed.  | Number | 
                                
                             | 
{
    "type": ".CharacterCharacteristicsPRule",
    "numberOfCharacteristics": 1,
    "ruleList": [
        "type": ".UppercaseCharacterPRule",
                 "numCharacters": 2
    ]
}