Microsoft Identity Integration Server 2003 Developer Reference

EventDetails Method of the MIIS_PasswordChangeHistoryTarget Class

The EventDetails method returns the details, in an XML format, of a history entry for a password change that was sent to the target connected data source by the MIIS server. To use this method, you must be logged on as a member of the either the MIISBrowse or the MIISAdmins security group.
String EventDetails();

Parameters

This method has no parameters.

Return Values

Returns the password change history in XML format from the target server.

Remarks

The XML file that is returned is formatted with the following tags:

XML Element Name Description
<password-change-history-target> This tag maps to the MIIS_PasswordChangeHistoryTarget class.
<cs-guid> This tag maps to the CsGuid property.
<dn> This tag maps to the DN property.
<final-return-code> This tag maps to the FinalReturnCode property.
<guid> This tag maps to the GUID property.
<last-attempt-time> This tag maps to the LastAttemptTime property.
<maguid> This tag maps to the MaGuid property.
<miis-receive-time> This tag maps to the MIISReceiveTime property.
<reached-retry-limit> This tag maps to the ReachedRetryLimit property.
<reference-guid> This tag maps to the ReferenceGuid property.
<retry-count> This tag maps to the RetryCount property.

Requirements

Server: Requires Microsoft Identity Integration Server 2003 Service Pack 1.
Header: Declared in mmswmi.mof.
Header: Declared in Mmstags.h (XML Tags).


See Also

MIIS_PasswordChangeHistoryTarget