Click or drag to resize

PasswordResetMsg Enumeration

Result of the change of a password in the target system.

Namespace:  Omada.OE.Solution.OIM.AppLogic.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum PasswordResetMsg
Members
  Member nameValueDescription
OK0 Password changed
IdentNotFound1 Identity Not Found
ChallengeQuestionsNotValid2 Password change in progress using a provisioning service
Submitted3 Password change in progress using a provisioning service
Failed4 Failed, cannot deliver to prov. service
See Also