Used as an event notification from the PublicationShim to Identity Manager when an object is moved to a different container in the application. When used as a notification, an <association> is required. Also used as a command from Identity Manager to the SubsciptionShim to move an object to a different container in the application. When used as a command, an <association> is required and is the unique key of the object to move.
<move> contains a <parent> that specifies the new container. When used as a command, the <parent> can contain an <association>. If it does not contain an association, the driver should not attempt to move the object and should return a <status> level=“warning”.
A response to <move> should be a <status> indicating whether or not the <move> is processed successfully.
<move class-name="User" src-dn="\Users\Samuel" old-src-dn="\Samuel"> <association>1012</association> <parent src-dn="\Users\"> <association>1013</association> </parent></move>
( association ? , parent , operation-data ? )