Dictionary Password Validator REST Endpoints

Dictionary Password Validator
The Dictionary Password Validator determines whether a proposed password is acceptable based on whether the given password value appears in a provided dictionary file. A large dictionary file is provided with the server, but the administrator can supply an alternate dictionary. In this case, then the dictionary must be a plain-text file with one word per line.
Add, Search, Compare or Delete Dictionary Password Validator
Method: post
Path: /rest/v1/admin
Delete a Dictionary Password Validator by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Dictionary Password Validator by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Dictionary Password Validator by DN
Method: patch
Path: /rest/v1/admin/{dn}