AlphabeticalSequenceRule
This rule determines if a password contains an alphabetical keyboard sequence.
Rule for determining if a password contains an alphabetical keyboard sequence. Both uppercase and lowercase sequences are checked. For example, abcde, HIJKL. The default length is 5 characters.
| Parameter | Description | Type | Syntax | 
|---|---|---|---|
length | 
                                 Number equal to the allowed password length in characters.  | Number | 
                                
                             | 
{
                        "type": ".AlphabeticalSequencePRule",
                        "length": 5
                        }