Unique Characters Password Validator REST Endpoints

Unique Characters Password Validator
The Unique Characters Password Validator is used to determine whether a proposed password is acceptable based on the number of unique characters that it contains. This validator can be used to prevent simple passwords that contain only a few characters like "aabbcc" or "abcabc".
Add, Search, Compare or Delete Unique Characters Password Validator
Method: post
Path: /rest/v1/admin
Delete a Unique Characters Password Validator by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Unique Characters Password Validator by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Unique Characters Password Validator by DN
Method: patch
Path: /rest/v1/admin/{dn}