Proxy Setting details for a device
| Name | Type | Description | Notes |
|---|---|---|---|
| authentication_required | str, none_type | Is authentication required. Allowed values are enabled or disabled | [optional] |
| proxy_password | str, none_type | Password for authentication. (Required only if Authentication required is enabled) | [optional] |
| proxy_port | int, none_type | Proxy Server Port. Allowed values are 1-65535 | [optional] |
| proxy_protocol | str, none_type | Supported proxy protocols are HTTP, SOCKS4 and SOCKS5. | [optional] |
| proxy_server | str, none_type | Proxy server IP address | [optional] |
| proxy_user | str, none_type | Username for authentication. (Required only if Authentication required is enabled) | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |