Click or drag to resize

EmergencyLockoutRevokeIdentityStatus Method

Revokes identity to the value before the current "Locked" status. If no previous value is found, the identity is set to Active.

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 RevokeIdentityStatus(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
See Also