FIMDW.FIMRequestTargetDetailFIMDW.FIMRequestTargetDetail (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5200154b-51e9-062e-aa99-aefb0d18a84e

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.FIMRequestTargetDetail:
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   
FIMRequestTargetDetailAttributeType  int      false 256   
FIMRequestTargetDetailAttributeTypeID  string      false 40  False 
FIMRequestTargetDetailAttributeValue  string      false 4000  False 
FIMRequestTargetDetailIsReference  int      false 256   
FIMRequestTargetDetailMode  string      false 448  False 
FIMRequestTargetDetailRequest  string      false 40  False 
FIMRequestTargetDetailSequence  int      false 256   
FIMRequestTargetDetailTarget  string      false 40  False 
FIMRequestTargetDetailTargetObjectTypeID  string      false 40  False 

Health Model:

Source Code:

<ClassType ID="FIMDW.FIMRequestTargetDetail" 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="true"/>
<Property ID="FIMUpdatedDate" Type="datetime" Key="false" Required="false"/>
<Property ID="FIMRequestTargetDetailAttributeType" Type="int" Key="false" Required="false"/>
<Property ID="FIMRequestTargetDetailAttributeTypeID" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMRequestTargetDetailAttributeValue" Type="string" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false"/>
<Property ID="FIMRequestTargetDetailIsReference" Type="int" Key="false" Required="false"/>
<Property ID="FIMRequestTargetDetailMode" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMRequestTargetDetailRequest" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMRequestTargetDetailSequence" Type="int" Key="false" Required="false"/>
<Property ID="FIMRequestTargetDetailTarget" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMRequestTargetDetailTargetObjectTypeID" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
</ClassType>