MIIS_PasswordChangeHistoryTarget Class
Represents a history entry for a password change that the Forefront Identity Manager Synchronization Service (FIM Synchronization Service) server sends to the target connected data source. To use this class, you must be logged on as a member of the MIISAdmin or MIISBrowse security group.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
class MIIS_PasswordChangeHistoryTarget{ String CsGuid;
String DN;
String FinalReturnCode;
String GUID;
String MaGuid;
String ReachedRetryLimit;
String ReferenceGuid;
String RetryCount;
String AttemptDetails;
String MIISReceiveTime;
String LastAttemptTime;
}
Name : MIIS_PasswordChangeHistoryTarget
Methods
Method | Description |
---|---|
Returns the details, in XML format, of a history entry for a password change that the FIM Synchronization Service server sends to the target connected data source. |
Properties
Property | Data Type | Description |
---|---|---|
String |
Gets the details, in XML format, of the last password change attempt on the target server. |
|
String |
Gets the GUID of the connector space object. |
|
String |
Gets the distinguished name of the object. |
|
String |
Gets the return code from the last password change attempt on the target server. |
|
String |
Qualifiers : Key Gets the tracking GUID that is used to identify the password change request. |
|
String |
Gets the date and time in Coordinated Universal Time (UTC) of the last attempted password change on the target server. |
|
String |
Gets the GUID of the management agent that changed the password. |
|
String |
Gets the date and time in UTC when the password change request was received by the target server. |
|
String |
Gets a string that determines whether the maximum number of attempts to change the password was reached. |
|
String |
Gets the reference GUID of the password change. |
|
String |
Gets the number of password change attempts that have occurred. |
Remarks
The class supports the following restricted set of queries:
Search for a history entry using a specified reference GUID. Obtain the GUID from the ReferenceGuid Property.
Search for a history entry that occurred within a specified time range before or after the value from the SourceChangeTime Property.
Search for a history entry that occurred before or after a specified time.
Search for a history entry from a specified management agent.
Search for a history entry from a connector space GUID.
Note
Queries cannot be combined.
When performing a query, use the following query statement:
Select * from MIIS_PasswordChangeHistoryTarget Where querystatement
In this query, "querystatement
" can be one of the following:
ReferenceGuid = guid
MIISReceiveTime < time
MIISReceiveTime > time
MIISReceiveTime > time and MIISReceiveTime < time
CsGuid = guid
GUID = guid
MaGuid = guid
Each Query Field can appear only one time. You can join all of them together by using the AND operator.
During the password synchronization process, an entry is moved to the MIIS_PasswordChangeHistoryTarget Class from the MIIS_PasswordChangeQueue Class when one of the following conditions is met:
The password is set successfully.
The retry limit is exceeded.
ClearPasswordQueue Method is called on MIIS_Server Class.
Requirements
Product |
Forefront Identity Manager Synchronization Service 2010 |
MOF |
Mmswmi.mof |
Namespace |
MicrosoftIdentityIntegrationServer |
See Also
Reference
MIIS_PasswordChangeHistorySource Class
ReferenceGuid Property
MIISReceiveTime Property