docs/RpmUlnRemote.md in pulp_rpm_client-3.17.6 vs docs/RpmUlnRemote.md in pulp_rpm_client-3.17.7
- old
+ new
@@ -10,10 +10,10 @@
**client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional]
**client_key** | **String** | A PEM encoded private key used for authentication. | [optional]
**tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional]
**proxy_url** | **String** | The proxy URL. Format: scheme://host:port | [optional]
**proxy_username** | **String** | The username to authenticte to the proxy. | [optional]
-**proxy_password** | **String** | The password to authenticte to the proxy. | [optional]
+**proxy_password** | **String** | The password to authenticate to the proxy. Extra leading and trailing whitespace characters are not trimmed. | [optional]
**username** | **String** | Your ULN account username. |
**password** | **String** | Your ULN account password. |
**pulp_labels** | [**Object**](.md) | | [optional]
**download_concurrency** | **Integer** | Total number of simultaneous connections. If not set then the default value will be used. | [optional]
**max_retries** | **Integer** | Maximum number of retry attempts after a download failure. If not set then the default value (3) will be used. | [optional]