MIIS_PasswordChangeHistoryTarget Class
The MIIS_PasswordChangeHistoryTarget class represents 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 class, you must be logged on as a member of the MIISAdmin or MIISBrowse security group.
The following syntax is simplified from MOF code and includes all inherited properties.
Syntax
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;
};
Methods
The MIIS_PasswordChangeHistoryTarget class defines the following method.
Method | Description |
---|---|
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. |
Properties
The MIIS_PasswordChangeHistoryTarget class defines the following properties.
AttemptDetails
Data type: String
Access type: Read-onlyGets the detail in an XML format of the last password change attempt on the target server.
CsGuid
Data type: String
Access type: Read-onlyGets the GUID of the connector space object.
DN
Data type: String
Access type: Read-onlyGets the distinguished name of the object.
FinalReturnCode
Data type: String
Access type: Read-onlyGets the return code from the last password change attempt on the target server.
GUID
Data type: String
Access type: Read-only
Qualifiers: KeyGets the tracking GUID that is used to identify the password change request.
LastAttemptTime
Data type: String
Access type: Read-onlyGets the date and time in Coordinated Universal Time of the last attempted password change on the target server.
MaGuid
Data type: String
Access type: Read-onlyGets the GUID of the management agent that changed the password.
MIISReceiveTime
Data type: String
Access type: Read-onlyGets the date and time in Coordinated Universal Time when the password change request was received by the target server.
ReachedRetryLimit
Data type: String
Access type: Read-onlyGets a string that determines if the maximum number of attempts at changing the password was reached.
ReferenceGuid
Data type: String
Access type: Read-onlyGets the reference GUID of the password change.
RetryCount
Data type: String
Access type: Read-onlyGets 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 MIIS_PasswordChangeHistorySource.ReferenceGuid property.
- Search for a history entry that occurred within a specified time range before or after the value from the MIIS_PasswordChangeHistorySource.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 only appear once. All of them can be joined with each other by means of the AND operator.
During the password synchronization process, an entry is moved to MIIS_PasswordChangeHistoryTarget from MIIS_PasswordChangeQueue when one of the following conditions is met:
- The password is set successfully.
- The retry limit is exceeded.
- ClearPasswordQueue is called on MIIS_Server.
Requirements
Product | Microsoft Identity Integration Server 2003 SP1 |
MOF | Mmswmi.mof |
Namespace | MicrosoftIdentityIntegrationServer |
See Also
MIIS_PasswordChangeHistorySource
MIIS_PasswordChangeHistorySource.ReferenceGuid
MIIS_PasswordChangeHistorySource.MIISReceiveTime
Send comments about this topic to Microsoft
Build date: 2/16/2009