Microsoft Identity Integration Server 2003 Developer Reference |
The MIIS_PasswordChangeQueue class represents an entry of each existing password change to be sent to the target connected data source. To use this method, you must be logged on as a member of either the MIISBrowse or the MIISAdmins security group.
The following syntax is simplified from MOF code and includes all inherited properties.
class MIIS_PasswordChangeQueue { String AttemptDetails; String CsGuid; String DN; String GUID; String LastAttemptReturnCode; String LastAttemptTime; String MaGuid; String MIISReceiveTime; String OriginatingCsGuid; String ReferenceGuid; String RetryCount; };
The MIIS_PasswordChangeQueue class defines the following method.
Method | Description |
---|---|
EventDetails | Returns the password change history in XML format from the MIIS server. |
The MIIS_PasswordChangeQueue class has the following properties.
Gets the details in an XML format of the last password change attempt by the MIIS server.
Gets the connector space GUID of the object.
Gets the distinguished name of the object.
Gets the tracking GUID that is used to identify the password change request.
Gets the return code from the last password change attempt.
Gets the date and time in Coordinated Universal Time of the last attempted password change that was sent to the target server by the MIIS server.
Gets the GUID of the management agent that changed the password.
Gets the date and time in Coordinated Universal Time when the password change request was added to the password change queue on the MIIS server.
Used to search for a connector space object with a specified globally unique identifier (GUID) in the password change queue.
Note Set this property only when creating a search query to return MIIS_PasswordChangeQueue objects. Do not access this property from a returned object. This property is never set on the objects that are returned from a query.
Gets the reference GUID of the password change.
Gets the number of times the entry has been retried.
The class supports the following restricted set of queries:
Except where noted, queries can be combined using the AND operator.
When performing a query, use the following query statement:
Select * from MIIS_PasswordChangeQueue Where querystatement
In this query, querystatement can be one of the following:
During the password synchronization process, an entry is moved to MIIS_PasswordChangeHistoryTarget from MIIS_PasswordChangeQueue when one of the following conditions is met:
Server: Requires Microsoft Identity Integration Server
2003 Service Pack 1.
Header: Declared in mmswmi.mof.