IllegalCharacterPRule
This rule determines if a password contains an illegal character.
Rule for determining if a password contains an illegal character.
| Parameter | Description | Type | Syntax | 
|---|---|---|---|
values | 
                                 A string containing any characters not allowed in the password.  | String | 
                                
                             | 
{
  "type": ".IllegalCharacterPRule",
  "values": "abcde!%"
}