Click or drag to resize

RoleAssignmentControllerCreateRoleAssignments Method (RoleAssignmentCreationParams, DataObjects)

Creates resource assignment objects for a single identity to a number of resources. The method launches approval processes if this is needed.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void CreateRoleAssignments(
	RoleAssignmentCreationParams creationParams,
	DataObjects unused
)

Parameters

creationParams
Type: Omada.OE.Solution.OIM.AppLogicRoleAssignmentCreationParams
unused
Type: Omada.OE.ModelDataObjects
Not used! Specify as null.
See Also