Unify and manage your data

IllegalCharacterPRule

This rule determines if a password contains an illegal character.

Rule for determining if a password contains an illegal character.

Table 1. Parameters
ParameterDescriptionTypeSyntax
values

A string containing any characters not allowed in the password.

String "values": "abcde!%"
{ "type": ".IllegalCharacterPRule", "values": "abcde!%" }
Was this content helpful?