---
title: "RegistryUpdate"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/registryupdate/"
source: "https://container-registry.com/docs/harbor-api-client/model/registryupdate/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/registryupdate/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/registryupdate/index.md>. Site index: <https://container-registry.com/llms.txt>.


# RegistryUpdate

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **str** | The registry name. | [optional] 
**description** | **str** | Description of the registry. | [optional] 
**url** | **str** | The registry URL. | [optional] 
**credential_type** | **str** | Credential type of the registry, e.g. &#39;basic&#39;. | [optional] 
**access_key** | **str** | The registry access key. | [optional] 
**access_secret** | **str** | The registry access secret. | [optional] 
**insecure** | **bool** | Whether or not the certificate will be verified when Harbor tries to access the server. | [optional] 



