Validates password characters with a configurable number of character sets
Allowed Arguments
Argument Name: | character-set |
Description: | Specifies a character set containing characters that a password may contain and a value indicating the minimum number of characters required from that set. Each value must be an integer (indicating the minimum required characters from the set) followed by a colon and the characters to include in that set (for example, "3:abcdefghijklmnopqrstuvwxyz" indicates that a user password must contain at least three characters from the set of lowercase ASCII letters). Multiple character sets can be defined in separate values, although no character can appear in more than one character set. Syntax: STRING |
Data Type: | String |
Is Required: | true |
Maximum Occurrences: | 2147483647 |
Argument Name: | minimum-sets |
Description: | Minimum number of sets the proposed password must match |
Data Type: | Integer |
Is Required: | false |
Maximum Occurrences: | 1 |