Click or drag to resize

SoDUtilsV2ExpireIdentityViolationEvaluation Method

The method expires an identity evaluation. It will lead to a new evaluation process on the next RoPE calculation

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 static void ExpireIdentityViolationEvaluation(
	int identityId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identityId
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also