| AccessModifierUtilsIdLookupRoleOwnerGetRoleOwnerRoleIds Method |
Returns the ids of the roles, that the active user has access
to, by owning them.
A role is owned if:
- The role is located (directly) in a role folder which the active user is a role owner of AND the role doesn’t have a specific role owner specified.
- The user is specified as specific owner of the role.
Namespace:
Omada.OE.Solution.OIM.AppLogic.AccessModifiers
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static IntegerList GetRoleOwnerRoleIds(
IntegerList dataObjectIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectIds
- Type: IntegerList
Only roles present in this list are evaluated.
Can be null.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
Returns list of role ids.
See Also