FIMDW.FIMGroupFIMDW.FIMGroup (ClassType)

Element properties:

Base ClassFIMDW.FIMEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd98a8478-d08b-df02-9c36-cee1c7222606

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.FIMEntity:
FIMObjectID  string      true 40  False 
FIMCreatedDate  datetime      false 256   
FIMCreator  string      false 40  False 
FIMDisplayName  string      false 448  False 
FIMObjectType  int      false 256   
FIMObjectTypeID  string      false 40  False 
FIMUpdatedDate  datetime      false 256   
FIMDW.FIMGroup:
FIMGroupAccountName  string      false 448  False 
FIMGroupDescription  string      false 448  False 
FIMGroupDisplayedOwner  string      false 40  False 
FIMGroupDomain  string      false 448  False 
FIMGroupEmail  string      false 448  False 
FIMGroupFilter  string      false 4000  False 
FIMGroupMailNickname  string      false 448  False 
FIMGroupMembershipLocked  bool      false 256   
FIMGroupScope  string      false 448  False 
FIMGroupType  string      false 448  False 
FIMGroupTemporal  bool      false 256   

Health Model:

Source Code:

<ClassType ID="FIMDW.FIMGroup" Accessibility="Public" Abstract="false" Base="FIMDW.FIMEntity" Hosted="false" Singleton="false" Extension="false">
<Property ID="FIMGroupAccountName" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMGroupDescription" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMGroupDisplayedOwner" Type="string" Key="false" MaxLength="40" MinLength="0" Required="false"/>
<Property ID="FIMGroupDomain" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMGroupEmail" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMGroupFilter" Type="string" Key="false" CaseSensitive="false" MaxLength="4000" MinLength="0" Required="false"/>
<Property ID="FIMGroupMailNickname" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMGroupMembershipLocked" Type="bool" Key="false" Required="false"/>
<Property ID="FIMGroupScope" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMGroupType" Type="string" Key="false" CaseSensitive="false" MaxLength="448" MinLength="0" Required="false"/>
<Property ID="FIMGroupTemporal" Type="bool" Key="false" Required="false"/>
</ClassType>