Click or drag to resize

TransferRemoveRoles Method

Remove roles in the transfer identity process

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void RemoveRoles(
	CodeMethodInvokeContext context,
	int graceDays
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
graceDays
Type: SystemInt32
Role assignment data objects, that are selected to be removed, are given a "Valid to" date of Today plus the stated number of grace days. graceDays can be negative.
See Also