Click or drag to resize

AccessModifierUtilsIdLookupManagerGetManagerRoleAssignmentIds Method

Returns the ids of the role assignments, that the active user has access to, by being a manager of the identities which they belong to.

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
Syntax
C#
public static IntegerList GetManagerRoleAssignmentIds(
	IntegerList dataObjectIds,
	bool includeIndirectlyManagedIdentities,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectIds
Type: IntegerList
Only role assignments present in this list are evaluated. Can be null.
includeIndirectlyManagedIdentities
Type: SystemBoolean
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
Returns a list of RoleAssignment ids. Returns null if the active user is not a manager.
See Also