UnconfirmedExportHologram Property
Gets an XML representation of the latest view of an object in the connected directory. The XML representation shows changes to an object that has been exported to the connected directory but that has not yet been reimported.
public UnconfirmedExportHologram
Parameters
None
Name : UnconfirmedExportHologram
Data Type : String
Remarks
The format of the XML is described in <hologram>.
Example
The following example shows the XML representation of an object.
<entry dn="cn=Jeff, cn=A">
<anchor encoding="base64">ZqXeAQI=</anchor>
<primary-objectclass>user</primary-objectclass>
<objectclass>
<oc-value>top</oc-value>
<oc-value>organizationalPerson</oc-value>
<oc-value>user</oc-value>
</objectclass>
<dn-attr name="manager" multivalued="0">
<dn-value>
<dn>cn=Mary, cn=A</dn>
<anchor encoding="base64">EsCCxQI=</anchor>
</dn-value>
</dn-attr>
<attr name="salaried" type="boolean" multivalued="0">
<value>true</value>
</attr>
<attr name="building" type="integer" multivalued="0">
<value>40</value>
</attr>
<attr name="certificate" type="binary" multivalued="0">
<value encoding="base64">EsC<entity type="hellip"/>CxQI=</value>
</attr>
<attr name="telephone" type="string" multivalued="1">
<value>(425)-882-8080</value>
<value>(425)-706-7789</value>
</attr>
</entry>
Requirements
Product |
Forefront Identity Manager Synchronization Service 2010 |
MOF |
Mmswmi.mof |