RoleAssignmentLoadOptions Class |
Namespace: Omada.OE.Solution.OIM.Model
[SerializableAttribute] public class RoleAssignmentLoadOptions
The RoleAssignmentLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | RoleAssignmentLoadOptions |
Name | Description | |
---|---|---|
![]() | Filter |
See DataObjectLoadOptionsBase.Filter
|
![]() | IdentityIdPosList | |
![]() | IdPosList | |
![]() | IncludeChildOrgUnits |
Option is only used if Mode equals Manager.
If false only role assignments for identities belonging directly to a managed org. unit will be loaded.
If true also role assignments for identities belonging to a child org. unit will be loaded.
|
![]() | Mode | |
![]() | OriginDataObjectTypeIdNegList |
If used, only role assignments *not* referring an "origin" data object of one of the specified data object type ids, will be loaded.
|
![]() | OriginDataObjectTypeIdPosList |
If used, only role assignments referring an "origin" data object of one of the specified data object type ids, will be loaded.
|
![]() | RoleIdPosList | |
![]() | RoleTypeCategoryIdPosList |
if used, only role assignments with the specified resource type category ids will be loaded
|
![]() | RoleTypeIdPosList | |
![]() | SortFields |
See DataObjectLoadOptions.SortFields
|
![]() | SqlFilters |
See DataObjectLoadOptionsBase.SqlFilters
|
![]() | StatusIds |
Holds one or more ids of the ObjectId.Property.RoleAssnStatus property.
The possible values are located in ObjectId.PropertyValue.RoleAssnStatus.
|
![]() | SystemIdPosList |
If used, only role assigments, for roles that are defined for one of the specified systems, will be loaded.
|
Name | Description | |
---|---|---|
![]() | SkipExpiredRoles |
If true only roleassignments with a ValidTo greater.th.eq. Today are included.
|
![]() | SkipFutureRoles |
If true only roleassignments with a ValidFrom less.th.eq. Today are included.
|
![]() | SkipInvalidRoleAssignments |
If true role assignments without an identity and/or a role are skipped.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |