| PasswordResetStatus 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 PasswordResetStatus
Members
| Member name | Value | Description |
---|
| OK | 0 |
Password changed
|
| PartialSuccess | 1 |
Password succeeded for some accounts
|
| Failed | 2 |
Password change failed
|
| Submitted | 3 |
Password change in progress using a provisioning service
|
| Enrolled | 4 |
End user has successfully enrolled
|
| ConfigurationError | 5 |
Wrapper returned a configuration error
|
See Also