Request Members
Describes a FIM CM request.
The following tables list the members exposed by the Request type.
Public Properties
Name | Description | |
---|---|---|
Comment | Gets the comment that is associated with the FIM CM request. | |
Completed | Gets the time that the FIM CM request was completed. | |
DataCollection | Gets the data collection items that are associated with the FIM CM request. | |
DataCollectionFlags | Gets the options for data collection for the FIM CM request. | |
Flags | Gets the options that are associated with the FIM CM request. | |
IsDataCollectionComplete | Gets a Boolean value that indicates if the data collection has been completed for the FIM CM request. | |
IsEnrollmentAgent | Gets a Boolean value that indicates if an enrollment agent is required to run the FIM CM request. | |
IsSmartcard | Gets a Boolean value that indicates if the FIM CM request is a smart card request or a software profile request. | |
NewProfileUuid | Gets the identity of the new software profile that is produced by the FIM CM request. | |
NewSmartcardUuid | Gets the identity of the new smart card that is assigned by the FIM CM request. | |
OldProfileUuid | Gets the identity of the software profile for which the FIM CM request was created. | |
OldSmartcardUuid | Gets the identity of the smart card for which the FIM CM request was created. | |
OriginatorUserUuid | Gets the identity of the user who originated the FIM CM request | |
Priority | Gets the FIM CM request's priority. | |
ProfileTemplateUuid | Gets the identity of the profile template for which the FIM CM request was created. | |
RequestType | Gets the type of the FIM CM request. | |
SecurityDescriptor | Gets the security descriptor for the FIM CM request. | |
Status | Gets the status of the FIM CM request. | |
Submitted | Gets the time that the FIM CM request was submitted. | |
TargetUserUuid | Gets the identity of the target user for the FIM CM request. | |
Uuid | Gets the identifier for the FIM CM request. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top