| 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
Syntaxpublic enum PasswordResetMsg
Members
| Member name | Value | Description |
---|
| OK | 0 |
Password changed
|
| IdentNotFound | 1 |
Identity Not Found
|
| ChallengeQuestionsNotValid | 2 |
Password change in progress using a provisioning service
|
| Submitted | 3 |
Password change in progress using a provisioning service
|
| Failed | 4 |
Failed, cannot deliver to prov. service
|
See Also