# Cyclos411Api.DataForEditFullProfile

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**display** | **String** | Contains the formatting of the user according to the  configuration. Is only returned if no profile fields are marked to return in user list  | [optional] 
**shortDisplay** | **String** | Contains the short formatting of the user according to the configuration. Is only returned if no profile fields are marked to return in user list  | [optional] 
**confirmationPasswordInput** | [**PasswordInput**](PasswordInput.md) | If a confirmation password is used, contains the definitions on how to request that password from the user. This confirmation password is required when performing sensible actions. Sometimes this is dynamic, for example, the confirmation might be configured to be used only once per session, or operations like payments may have a limit per day to be without confirmation (pinless).  | [optional] 
**userConfiguration** | [**BasicUserDataForEdit**](BasicUserDataForEdit.md) | Data for editing the basic fields | [optional] 
**user** | [**UserEdit**](UserEdit.md) | User model which can be modified and sent back | [optional] 
**phoneConfiguration** | [**PhoneConfigurationForUserProfile**](PhoneConfigurationForUserProfile.md) | Configuration data regarding phones | [optional] 
**landLinePhones** | [**[PhoneEditWithId]**](PhoneEditWithId.md) | The existing land-line phones that can be modified and posted back  | [optional] 
**mobilePhones** | [**[PhoneEditWithId]**](PhoneEditWithId.md) | The existing mobile phones that can be modified and posted back  | [optional] 
**addressConfiguration** | [**AddressConfigurationForUserProfile**](AddressConfigurationForUserProfile.md) | Configuration data regarding addresses | [optional] 
**addresses** | [**[AddressEditWithId]**](AddressEditWithId.md) | The existing addresses that can be modified and posted back  | [optional] 
**contactInfoConfiguration** | [**ContactInfoConfigurationForUserProfile**](ContactInfoConfigurationForUserProfile.md) | Configuration data regarding additional contacts | [optional] 
**contactInfos** | [**[ContactInfoEditWithId]**](ContactInfoEditWithId.md) | The existing additional contacts that can be modified and posted back  | [optional] 
**contactInfoBinaryValues** | [**{String: ContactInfoBinaryValuesForUserProfile}**](ContactInfoBinaryValuesForUserProfile.md) | Values for images and binary custom fields for additional contacts  | [optional] 
**imageConfiguration** | [**ImageConfigurationForUserProfile**](ImageConfigurationForUserProfile.md) | Configuration data regarding images | [optional] 
**images** | [**[Image]**](Image.md) | All current user images | [optional] 


