| RoleAssignmentControllerCreateRoleAssignments Method (CodeMethodRoleAssignmentCreationParams, SqlConnection, SqlTransaction) |
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
Syntaxpublic static void CreateRoleAssignments(
CodeMethodRoleAssignmentCreationParams createParams,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- createParams
- Type: Omada.OE.Solution.OIM.AppLogicCodeMethodRoleAssignmentCreationParams
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also