Map Object Class Transformation REST Endpoints

Map Object Class Transformation
Map Object Class Transformations This type of transformation allows mapping of objectclasses and attributes between a client application and the source directory. It also allows removing objectclasses and adding or removing attributes while writing to the directory or returning response to the client application. This type of transformation allows general mapping that can make one objectClass, such as user, appear like another objectClass, such as inetOrgPerson. This ability is useful when an application is expecting a particular objectClass and attributes but the directory does not support that objectClass or attributes. It can perform several different types of manipulations based on the selected configuration parameters, such as attribute mapping, objectclass mapping, adding or removing attributes conditional on objectclass, filtering objectclasses during write operations or during modify operations. Map Object Class Transformation
Add, Search, Compare or Delete Map Object Class Transformation
Method: post
Path: /rest/v1/admin
Delete a Map Object Class Transformation by DN
Method: delete
Path: /rest/v1/admin/{dn}
Find Map Object Class Transformation by DN
Method: get
Path: /rest/v1/admin/{dn}
Modify a Map Object Class Transformation by DN
Method: patch
Path: /rest/v1/admin/{dn}