Click or drag to resize
Request Properties

The Request type exposes the following members.

Properties
  NameDescription
Public propertyActionWorkflowInstance
Action Workflow Instance - A reference to a workflow instance executed during the action phase of request processing.
Public propertyAttributes
List of attributes for which we have data for this particular object. Note that due to performance reasons, there may be other attributes and values in the identity manager service, but they may not have been retrieved yet.
(Inherited from IdmResource.)
Public propertyAuthenticationWorkflowInstance
Authentication Workflow Instance - A reference to a workflow instance executed during the authentication phase of request processing.
Public propertyAuthorizationWorkflowInstance
Authorization Workflow Instance - A reference to a workflow instance executed during the authorization phase of request processing.
Public propertyCommittedTime
Committed Time - The time when the data operation of a request was committed to the system.
Public propertyComputedActor
Computed Actor - This attribute is intended to be used to setup rights as appropriate.
Public propertyCreatedTime
(aka Created Time) The time when the resource is created in the FIM service database. This attribute is assigned its value by the FIM service. It cannot be modified by any user.
(Inherited from IdmResource.)
Public propertyCreator
This is a reference attribute that refers to the resource that directly created the resource in the FIM service database. This attribute is assigned its value by the FIM service. It cannot be modified by any user.
(Inherited from IdmResource.)
Public propertyDeletedTime
(aka Deleted Time) The time when the current resource is deleted from the FIM service database. This attribute is assigned its value by the FIM service. It cannot be modified by any user.
(Inherited from IdmResource.)
Public propertyDescription
Resource Description
(Inherited from IdmResource.)
Public propertyDetectedRulesList
(aka Detected Rules List) The synchronization rules detected for resources in external systems.
(Inherited from IdmResource.)
Public propertyDisplayName
(aka Display Name) Display name for the resource.
(Inherited from IdmResource.)
Public propertyExpectedRulesList
(aka Expected Rules List) This resource has been added to these Synchronization Rules and will be manifested in external systems according to the Synchronization Rule definitions.
(Inherited from IdmResource.)
Public propertyExpirationTime
(aka Expiration Time) The date and time when the resource expires. The appropriate Management Policy Rule will delete the resource when the current date and time is later than the date and time specified in this attribute.
(Inherited from IdmResource.)
Public propertyHasCollateralRequest
Has Collateral Request - This request requires action workflows to be run on alternate targets and must wait for these collateral requests to finish before it can be completed.
Public propertyItem
Resource Indexer - get's the attribute of the resource object as indexed by name.
(Inherited from IdmResource.)
Public propertyLocale
The region and language for which the representation of a resource has been adapted.
(Inherited from IdmResource.)
Public propertyManagementPolicy
Management Policy Rule - A reference to a management policy resource triggered by a request.
Public propertymsidmCompletedTime
Completed Time - The time at which a request is no longer processing workflows and has reached its final status.
Public propertymsidmRequestContext
Request Context - This includes additional request context.
Public propertyMVObjectID
(aka MV Resource ID) The GUID of an entry in the FIM metaverse corresponding to this resource.
(Inherited from IdmResource.)
Public propertyObjectID
(aka Resource ID) The value of the attribute is a globally unique identifier (GUID) assigned by FIM to each resource when it is created. Note that it is not required here since this class also represents resources that may not have been created as well as existing resources.
(Inherited from IdmResource.)
Public propertyObjectType
Object Type (can only be Request)
(Overrides IdmResourceObjectType.)
Public propertyOperation
Operation -
Public propertyParentRequest
Parent Request - The Request that created this Request. If this Request was not created by a workflow, this attribute will not have a value.
Public propertyRequestControl
Request Control - Used to alter normal processing of a Request.
Public propertyRequestParameter
Request Parameters - Serialized strongly typed request parameter that describes the details of an operation associated with a request.
Public propertyRequestStatus
Request Status - This is a request status type Enum
Public propertyRequestStatusDetail
Request Status Detail - Additional request information generated during the processing of this request. This may contain information messages or details of errors.
Public propertyResourceTime
(aka Resource Time) The date and time of a representation of a resource. This attribute is updated by the FIM service. This attribute can be used to define time triggered Management Policy Rules.
(Inherited from IdmResource.)
Public propertyServicePartitionName
Service Partition Name - This attribute identifies the ServicePartitionName assigned to this Request. The Request and its Workflow Instances can only be processed by FIM Service instances that have this ServicePartitionName.
Public propertyTarget
Target - Reference to the target of a request.
Public propertyTargetObjectType
Target Resource Type - Which resource type this configuration applies to
Top
See Also