# Cyclos4102Api.ChangeForgottenPassword

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**key** | **String** | The key received by e-mail on the forgotten password reset request  | [optional] 
**securityAnswer** | **String** | When a security question is asked, this is the answer, and is required.  | [optional] 
**newPassword** | **String** | The new password value. Required when the password is manual.  | [optional] 
**checkConfirmation** | **Boolean** | Depending on the client, if a confirm password field is shown to users, it might be useful to check the confirmation password value on the server. This way, if there are other validation exceptions, they are all shown together. In this case, this field should be set to &#x60;true&#x60; and the &#x60;confirmationValue&#x60; should be passed in with the user input. However, in cases where clients just want to register a user with a password non interactively (like in a bulk registration), passing the password value twice is not desirable. In such cases, this field can be left empty (or set to &#x60;false&#x60;), and the &#x60;newPasswordConfirmation&#x60; will be ignored.  | [optional] 
**newPasswordConfirmation** | **String** | The new password confirmation value. Is ignored unless &#x60;checkConfirmation&#x60; is set to &#x60;true&#x60;.  | [optional] 


