RoleAssignmentControllerExpireResourceAssignments Method |
Name | Description | |
---|---|---|
![]() | ExpireResourceAssignments(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)
|
![]() | ExpireResourceAssignments(IListInt32, DateTime, Boolean) |
Expires a number of resource assignment data objects by altering their status and validto date.
Also, "approve" verdicts (for calculated assignments that the resource assignments take part in) are expired.
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)
The validation can be overridden with SecurityOverrideContext
|