MIIS_PasswordChangeQueue Class
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.
Syntax
class MIIS_PasswordChangeQueue
{
String AttemptDetails;
String DN;
String GUID;
String CsGuid;
String LastAttemptReturnCode;
String LastAttemptTime;
String MaGuid;
String MIISReceiveTime;
String OriginatingCsGuid;
String ReferenceGuid;
String RetryCount;
};
Methods
The MIIS_PasswordChangeQueue class defines the following method.
Method | Description |
---|---|
Returns the password change history in XML format from the ILM 2007 FP1 server. |
Properties
The MIIS_PasswordChangeQueue class defines the following properties.
AttemptDetails
Data type: String
Access type: Read-onlyGets the details in an XML format of the last password change attempt by the ILM 2007 FP1 server.
CsGuid
Data type: String
Access type: Read-onlyGets the connector space GUID of the object.
DN
Data type: String
Access type: Read-onlyGets the distinguished name of the object.
GUID
Data type: String
Access type: Read-only
Qualifiers: KeyGets the tracking GUID that is used to identify the password change request.
LastAttemptReturnCode
Data type: String
Access type: Read-onlyGets the return code from the last password change attempt.
LastAttemptTime
Data type: String
Access type: Read-onlyGets the date and time in Coordinated Universal Time of the last attempted password change that was sent to the target server by the ILM 2007 FP1 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 added to the password change queue on the ILM 2007 FP1 server.
OriginatingCsGuid
Data type: String
Access type: Read-onlyUsed 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.
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 times the entry has been retried.
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 or the MIIS_PasswordChangeHistoryTarget.ReferenceGuid property.
- Search for a history entry using the value from the OriginatingCsGuid property.
- Search for a history entry from a specified management agent GUID.
- Search for a history entry that occurred within a specified time range before or after the value from the MIIS_PasswordChangeHistorySource.SourceChangeTime property. This search cannot be combined with a search based on the OriginatingCsGuid property.
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:
- OriginatingCsGuid = guid (cannot be ANDed with other queries)
- 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 ANDed with each other, except when using OriginatingCsGuid to search. It cannot be ANDed with any other queries.
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 |
Send comments about this topic to Microsoft
Build date: 2/16/2009