| RoleAssignmentControllerExpireResourceAssignments Method (IListInt32) |
Expires a number of resource assignments by altering their status and validto date.
The method validates that the active user has the proper permissions to expire the assignments.
That is the case if one of the following applies to each of the assignments:
- it is his own assignment
- he is manager of the identity
- he is owner of the resource
- he is owner of the system (which the resource belongs to)
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 void ExpireResourceAssignments(
IList<int> assignmentIds
)
Parameters
- assignmentIds
- Type: System.Collections.GenericIListInt32
See Also