sync

Appears on the Subscriber channel as the result of a resync (manual or automatic) or as the result of a Migrate from Identity Vault operation.

Remarks

The <sync> is generally only visible in the Event Transformation policy. If the Event Transformation policy is used to perform scope-based filtering, then the <sync> element must be taken into account.

The <sync> element does not appear on the Publisher channel unless injected by the application shim or by a policy on the Publisher channel. However, <sync> elements are processed by Publisher channel policies in the case of a Migrate into Identity Vault operation.

Example

        <sync class-name="User" src-entry-id="3458909"qualified-src-dn="\T=TREE\O=container\CN=object"src-dn="\TREE\container\object">                <association>67847262</association>        </sync>

Allowed Content

Element

Description

association

Unique key of the application object.

operation-data

The operation adds additional custom data.

Attributes

Attribute

Possible Values

Default Value

class-id

CDATA

Reserved. Should be ignored by the driver.

#IMPLIED

class-name

CDATA

The name of the base class of the object.

The class name is mapped between the application and eDirectory namespaces by the Schema Mapping policy so that Identity Manager sees the name in the eDirectory namespace and a driver sees the name in the application namespace.

#IMPLIED

qualified-src-dn

CDATA

The qualified version of the 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.

#IMPLIED

timestamp

CDATA

Reserved. Should be ignored by the driver.

#IMPLIED

Content Rule

( association ? , operation-data ? )

Parent Elements

Element

Description

input

Input events or commands.