| ObjectTypeEnum Enumeration |
Warehouse entity types
Namespace:
Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model.ExportMappings
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic enum ObjectTypeEnum
Members
| Member name | Value | Description |
---|
| unknown | 0 |
We dont know th entity type
|
| account | 1 |
accounts
|
| context | 2 |
contexts
|
| contextassignment | 3 |
assignment to contexts
|
| contextowner | 4 |
owners of contexts
|
| identity | 5 |
identites
|
| identityowner | 6 |
owner of identites, e.g. managers
|
| resource | 7 |
resources
|
| resourceassignment | 8 |
assignments between accounts and resources
|
| resourceowner | 9 |
owners of resources
|
| resourceparentchild | 10 |
relations between resources
|
| system | 11 |
systems
|
See Also