Describes a FIM CM request.

The following tables list the members exposed by the Request type.

Public Properties

  Name Description
public property Comment Gets the comment that is associated with the FIM CM request.
public property Completed Gets the time that the FIM CM request was completed.
public property DataCollection Gets the data collection items that are associated with the FIM CM request.
public property DataCollectionFlags Gets the options for data collection for the FIM CM request.
public property Flags Gets the options that are associated with the FIM CM request.
public property IsDataCollectionComplete Gets a Boolean value that indicates if the data collection has been completed for the FIM CM request.
public property IsEnrollmentAgent Gets a Boolean value that indicates if an enrollment agent is required to run the FIM CM request.
public property IsSmartcard Gets a Boolean value that indicates if the FIM CM request is a smart card request or a software profile request.
public property NewProfileUuid Gets the identity of the new software profile that is produced by the FIM CM request.
public property NewSmartcardUuid Gets the identity of the new smart card that is assigned by the FIM CM request.
public property OldProfileUuid Gets the identity of the software profile for which the FIM CM request was created.
public property OldSmartcardUuid Gets the identity of the smart card for which the FIM CM request was created.
public property OriginatorUserUuid Gets the identity of the user who originated the FIM CM request
public property Priority Gets the FIM CM request's priority.
public property ProfileTemplateUuid Gets the identity of the profile template for which the FIM CM request was created.
public property RequestType Gets the type of the FIM CM request.
public property SecurityDescriptor Gets the security descriptor for the FIM CM request.
public property Status Gets the status of the FIM CM request.
public property Submitted Gets the time that the FIM CM request was submitted.
public property TargetUserUuid Gets the identity of the target user for the FIM CM request.
public property Uuid Gets the identifier for the FIM CM request.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also