Base64 Password Storage Scheme REST Endpoints

Base64 Password Storage Scheme
The Base64 Password Storage Scheme provides a mechanism for encoding user passwords using the BASE64 encoding mechanism. This scheme contains only an implementation for the user password syntax, with a storage scheme name of "BASE64". The Base64 Password Storage Scheme merely obscures the password so that the clear-text password is not available to casual observers. However, it offers no real protection and should only be used if there are client applications that specifically require this capability.
Add, Search, Compare or Delete Base64 Password Storage Scheme
Method: post
Path: /rest/v1/admin
Delete a Base64 Password Storage Scheme by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Base64 Password Storage Scheme by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Base64 Password Storage Scheme by DN
Method: patch
Path: /rest/v1/admin/{dn}