# Cyclos411Api.UserProfilePermissions

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**editProfile** | **Boolean** | Can edit the user profile? | [optional] 
**manageAddresses** | **Boolean** | Can manage addresses? | [optional] 
**manageAddressesPrivacy** | **Boolean** | Can manage the addresses privacy? | [optional] 
**managePhones** | **Boolean** | Can manage phones? | [optional] 
**managePhonesPrivacy** | **Boolean** | Can manage the phones privacy? | [optional] 
**manageImages** | **Boolean** | Can manage profile images? | [optional] 
**manageContactInfos** | **Boolean** | Can manage additional contact informations? | [optional] 
**canCreateAddress** | **Boolean** | Will be true if the authenticated user can manage addresses and the user for which we are viewing its profile  has not reached the maximum allowed addresses. Only if &#x60;manageAddresses&#x60; is true          | [optional] 
**canCreateLandLine** | **Boolean** | Will be true if the authenticated user can manage phones and the user for whom we are viewing its profile  has not reached the maximum allowed landline phones. Only if &#x60;managePhones&#x60; is true  | [optional] 
**canCreateMobile** | **Boolean** | Will be true if the authenticated user can manage phones and the user for whom we are viewing its profile  has not reached the maximum allowed mobile phones. Only if &#x60;managePhones&#x60; is true          | [optional] 
**canCreateImage** | **Boolean** | Will be true if the authenticated user can manage images and the user for whom we are viewing its profile  has not reached the maximum allowed profile images. Only if &#x60;manageImages&#x60; is true          | [optional] 
**canCreateContactInfo** | **Boolean** | Will be true if the authenticated user can manage additional contact informations and the user for whom we are  viewing its profile has not reached the maximum allowed additional contact informations. Only if &#x60;manageContactInfos&#x60; is true  | [optional] 
**maxAddresses** | **Number** | The maximum number of addresses the user can own. Only if &#x60;manageAddresses&#x60; is true   | [optional] 
**maxMobiles** | **Number** | The maximum number of mobile phones the user can own. Only if &#x60;managePhones&#x60; is true.  | [optional] 
**maxLandLines** | **Number** | The maximum number of land-line phones the user can own. Only if &#x60;managePhones&#x60; is true.  | [optional] 
**maxImages** | **Number** | The maximum number of profile images  the user can own. Only if &#x60;manageImages&#x60; is true.  | [optional] 
**maxContactInfos** | **Number** | The maximum number of additional contacts the user can own.  Only if &#x60;manageContactInfos&#x60; is true.  | [optional] 
**addressAvailability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for addresses. Only if &#x60;manageAddresses&#x60; is true Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**mobileAvailability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for mobile phones Only if &#x60;managePhones&#x60; is true Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**landLineAvailability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for land-line phones Only if &#x60;managePhones&#x60; is true Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**profileImageAvailability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for profile images Only if &#x60;manageImages&#x60; is true       Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 
**contactInfoAvailability** | [**AvailabilityEnum**](AvailabilityEnum.md) | The availability for additional contacts Only if &#x60;manageContactInfos&#x60; is true Possible values are: * disabled: The data is disabled * optional: The data is enabled and optional * required: The data is enabled and required  | [optional] 


