FIMDW.FIMRequestFIMDW.FIMRequest (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd0a6ded2-c570-58ce-b6a0-187a47658158

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
FIMDW.FIMRequest:
FIMCreatedDate  datetime      false 256   
FIMCreator  string      false 40  False 
FIMDisplayName  string      false 448  False 
FIMObjectID  string      true 40  False 
FIMObjectType  int      false 256   
FIMObjectTypeID  string      false 40  False 
FIMUpdatedDate  datetime      false 256   
FIMRequestCommittedTime  datetime      false 256   
FIMRequestParentRequest  string      false 40  False 
FIMRequestRequestStatus  string      false 448  False 
FIMRequestServicePartitionName  string      false 448  False 
FIMRequestRequestParameter  string      false 4000  False 

Health Model:

Source Code:

<ClassType ID="FIMDW.FIMRequest" Accessibility="Public" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false" Extension="false">
<Property ID="FIMCreatedDate" Type="datetime" Key="false" Required="false"/>
<Property ID="FIMCreator" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMDisplayName" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMObjectID" Type="string" Key="true" MaxLength="40" MinLength="0" Required="true"/>
<Property ID="FIMObjectType" Type="int" Key="false" Required="false"/>
<Property ID="FIMObjectTypeID" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMUpdatedDate" Type="datetime" Key="false" Required="false"/>
<Property ID="FIMRequestCommittedTime" Type="datetime" Key="false" Required="false"/>
<Property ID="FIMRequestParentRequest" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMRequestRequestStatus" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMRequestServicePartitionName" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMRequestRequestParameter" Type="string" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false"/>
</ClassType>