Microsoft Identity Integration Server 2003 Developer Reference |
The connector space export XML structure contains information about the objects of a management agent in the connector space.
The CsExport tool saves information about the objects of a management agent in the connector space. For information on using the CsExport tool, see the Microsoft Identity Integration Server 2003 Help.
The <cs-objects> element is the outermost element in the connector space export XML structure. This element contains information about one or more objects of a management agent in the connector space. The following example shows the XML structure of the connector space objects at a high level:
<cs-objects> <cs-object cs-dn="UK0057339" id="{68C3525F-1235-41EE-BD97-431BE85A0ACA}" transient="false" object-type="person"> <unapplied-export> ... </unapplied-export> <escrowed-export> ... </escrowed-export> <unconfirmed-export> ... </unconfirmed-export> <pending-import> ... </pending-import> <hologram> <entry dn="cn=Smith\, Jon,cn=Recipients,ou=fabrikam"> ... </entry> <hologram> <export-hologram> ... </export-hologram> <escrowed-export-hologram> ... </escrowed-export-hologram> <unconfirmed-export-hologram> ... </unconfirmed-export-hologram> <import-hologram> ... <import-hologram> ... </cs-object> ... </cs-objects>