Click or drag to resize

CalculatedAssignmentVerdictControllerRevokeAssignment Method

Revokes a calculated assignment by creating a remove-verdict and expires all related ResourceAssignment data objects. The identity who the calculated assignment belongs to is added to the calculation queue.

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void RevokeAssignment(
	Guid assignmentKey
)

Parameters

assignmentKey
Type: SystemGuid
Assignment key
See Also