# RegistryUpdate
## Properties
**name** | Option<**String**> | The registry name. | [optional]
**description** | Option<**String**> | Description of the registry. | [optional]
**url** | Option<**String**> | The registry URL. | [optional]
**credential_type** | Option<**String**> | Credential type of the registry, e.g. 'basic'. | [optional]
**access_key** | Option<**String**> | The registry access key. | [optional]
**access_secret** | Option<**String**> | The registry access secret. | [optional]
**insecure** | Option<**bool**> | Whether or not the certificate will be verified when Harbor tries to access the server. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)