Length Based Password Validator REST Endpoints

Length Based Password Validator
The Length Based Password Validator is used to determine whether a proposed password is acceptable based on whether the number of characters it contains falls within an acceptable range of values. Both upper and lower bounds may be defined.
Add, Search, Compare or Delete Length Based Password Validator
Method: post
Path: /rest/v1/admin
Delete a Length Based Password Validator by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Length Based Password Validator by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Length Based Password Validator by DN
Method: patch
Path: /rest/v1/admin/{dn}