Repeated Characters Password Validator REST Endpoints

Repeated Characters Password Validator
The Repeated Characters Password Validator is used to determine whether a proposed password is acceptable based on the number of times any character appears consecutively in a password value. It ensures that user passwords do not contain strings of the same character repeated several times, like "aaaaaa" or "aaabbb".
Add, Search, Compare or Delete Repeated Characters Password Validator
Method: post
Path: /rest/v1/admin
Delete a Repeated Characters Password Validator by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Repeated Characters Password Validator by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Repeated Characters Password Validator by DN
Method: patch
Path: /rest/v1/admin/{dn}