# PortainerApi.RegistryUpdateRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name that will be used to identify this registry | **URL** | **String** | URL or IP address of the Docker registry | **authentication** | **Boolean** | Is authentication against this registry enabled | [optional] **username** | **String** | Username used to authenticate against this registry | [optional] **password** | **String** | Password used to authenticate against this registry | [optional]