Click or drag to resize

RoleAssignmentControllerCreateRoleAssignments Method (CodeMethodRoleAssignmentCreationParams)

The method creates a number of resource assignments for a number of identities. The method is a utility to be used for the implementation of code methods. The method creates resource assignment objects for a number of specified 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(
	CodeMethodRoleAssignmentCreationParams createParams
)

Parameters

createParams
Type: Omada.OE.Solution.OIM.AppLogicCodeMethodRoleAssignmentCreationParams
See Also