AllowedCharacterPRule
This rule determines if a password contains allowed characters.
Rule for determining if a password contains allowed characters.
Parameter | Description | Type | Syntax |
---|---|---|---|
values |
Characters allowed for use in the created password. | String |
|
{
"type": ".AllowedCharacterPRule",
"values": "acbdefghijklmnoprst etc"
}