parent

Used to specify the destination container for a <move> event or command, or the current container of an object represented by an <instance>.

Remarks

When originating from a driver, the <parent> must contain an <association> containing the unique key of the container object. When originating from Identity Manager, <parent> contains an <association> only if the container object has an established association in eDirectory.

Example

See <move>.

Allowed Content

Element

Description

association

Unique key of the application object.

Attributes

Attribute

Possible Values

Default Value

dest-dn

CDATA

The distinguished name of the target object in the namespace of the receiver.

Reserved. Should be ignored by the driver.

#IMPLIED

dest-entry-id

CDATA

The entry ID of the target object in the namespace of the receiver.

Reserved. Should be ignored by the driver.

#IMPLIED

qualified-src-dn

CDATA

The qualified version of src-dn. Only used for describing objects from eDirectory.

#IMPLIED

src-dn

CDATA

The distinguished name of the source object that generated the event in the namespace of the sender.

#IMPLIED

src-entry-id

CDATA

The entry ID of the source object that generated the event in the namespace of the sender.

Reserved. Should be ignored by the driver.

#IMPLIED

Content Rule

( association ? )

Parent Elements

Element

Description

instance

Current state of an instance of an object.

move

Moves an object when a move event occurs.