| TransferExpireIdentityViolationEvaluations Method |
Expire SoD violation evaluations for an identity.
The code method can be used for SoDV2 and SoDV3 process.
Will set the expiration time of all evaluation decisions to Now and queue the identity for calculation.
This will potentially launch a new instance of the SoD evaluation 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
Syntaxpublic void ExpireIdentityViolationEvaluations(
CodeMethodInvokeContext context,
string refIdentityPropertySysName
)
Parameters
- context
- Type: Omada.OE.ModelCodeMethodInvokeContext
- refIdentityPropertySysName
- Type: SystemString
System name of a reference property on the action object
containing a reference for an identity.
Leave empty if the action object is an identity data object.
See Also