Salted SHA384 Password Storage Scheme REST Endpoints

Salted SHA384 Password Storage Scheme
The Salted SHA384 Password Storage Scheme provides a mechanism for encoding user passwords using a salted form of the 384-bit SHA-2 message digest algorithm. This scheme contains an implementation for the user password syntax, with a storage scheme name of "SSHA384", and an implementation of the auth password syntax, with a storage scheme name of "SHA384".
Add, Search, Compare or Delete Salted SHA384 Password Storage Scheme
Method: post
Path: /rest/v1/admin
Delete a Salted SHA384 Password Storage Scheme by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Salted SHA384 Password Storage Scheme by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Salted SHA384 Password Storage Scheme by DN
Method: patch
Path: /rest/v1/admin/{dn}