FIMDW.FIMApprovalResponseFIMDW.FIMApprovalResponse (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId87eb1d8e-6429-8b27-eb26-47437741ec10

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.FIMApprovalResponse:
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   
FIMApprovalResponseDecision  string      false 448  False 
FIMApprovalResponseDescription  string      false 448  False 
FIMApprovalResponseReason  string      false 448  False 
FIMApprovalResponseRequestor  string      false 40  False 

Health Model:

Source Code:

<ClassType ID="FIMDW.FIMApprovalResponse" 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="FIMApprovalResponseDecision" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMApprovalResponseDescription" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMApprovalResponseReason" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMApprovalResponseRequestor" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
</ClassType>