Find Map Object Class Transformation by DN

get

/rest/v1/admin/{dn}

Returns an Map Object Class Transformation by DN

Request

Supported Media Types
Path Parameters
Query Parameters
  • Collection Format: multi
    List of attributes to be fetched for the entry.
  • Collection Format: multi
    LDAP controls to be sent to server for search operation.
  • Search filter for the LDAP search operation. Should follow LDAP search filter syntax.
  • Scope for the LDAP search operation.
    Allowed Values: [ "base", "sub", "one" ]
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : Map Object Class Transformation GetSuccessResponse
Type: object
Show Source
Nested Schema : searchResultEntries
Type: array
Number of search result entries returned after the LDAP operation.
Show Source
Nested Schema : Map Object Class Transformation SearchResultEntry
Type: object
Show Source
Nested Schema : Map Object Class Transformation Properties
Type: object
Show Source
Nested Schema : ds-cfg-add-attribute
Type: array
Add an attribute to the entry during add operation. An optional objectclass name may be specified to add the attribute only for that objectclass.
Show Source
Nested Schema : ds-cfg-entry-parent-suffix
Type: array
Specifies an ascendant of the operation DN for this transformation to apply.
Show Source
Nested Schema : ds-cfg-excluded-operation
Type: array
Specifies operations on which this transformation never apply. This allows to restrict the regular behavior of this transformation.
Allowed Values: [ "add", "compare", "delete", "extended", "modify", "modifydn", "search" ]
Show Source
Nested Schema : ds-cfg-filter-attribute
Type: array
Removes an attribute from the entry during add, modify operations and from all returned entries. A conditional objectclass name may be specified to remove the attribute only for that objectclass.
Show Source
Nested Schema : ds-cfg-filter-objectclass-on-write
Type: array
Remove an objectclass during add and modify operations.
Show Source
Nested Schema : ds-cfg-map-attribute
Type: array
Map a client attribute to a source attribute.
Show Source
Nested Schema : ds-cfg-map-objectclass
Type: array
Map a client objectclass to a source objectclass.
Show Source
Nested Schema : objectclass
Type: array
Objectclass(es) which this entry belongs to.
Show Source

406 Response

Not Acceptable
Body ()
Root Schema : ErrorResponse
Type: object
Show Source
Back to Top