Password Policy REST Endpoints

Password Policy
Password Policies define a number of password management rules, as well as requirements for authentication processing.
Add, Search, Compare or Delete Password Policy
Method: post
Path: /rest/v1/admin
Delete a Password Policy by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Password Policy by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Password Policy by DN
Method: patch
Path: /rest/v1/admin/{dn}