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 ILM 2007 FP1 server. To use this method, you must be logged on as a member of the either the MIISBrowse or the MIISAdmins security group.
Syntax
String EventDetails();
Parameters
This method has no parameters.
Return Value
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> | Maps to the MIIS_PasswordChangeHistoryTarget class. |
<cs-guid> | Maps to the CsGuid property. |
<dn> | Maps to the DN property. |
<final-return-code> | Maps to the FinalReturnCode property. |
<guid> | Maps to the GUID property. |
<last-attempt-time> | Maps to the LastAttemptTime property. |
<maguid> | Maps to the MaGuid property. |
<miis-receive-time> | Maps to the MIISReceiveTime property. |
<reached-retry-limit> | Maps to the ReachedRetryLimit property. |
<reference-guid> | Maps to the ReferenceGuid property. |
<retry-count> | Maps to the RetryCount property. |
Requirements
Product | Microsoft Identity Integration Server 2003 SP1 |
MOF | Mmswmi.mof |
See Also
MIIS_PasswordChangeHistoryTarget
Send comments about this topic to Microsoft
Build date: 2/16/2009