---
title: "Registry"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/registry/"
source: "https://container-registry.com/docs/harbor-api-client/model/registry/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/registry/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/registry/index.md>. Site index: <https://container-registry.com/llms.txt>.


# Registry

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | The registry ID. | [optional] 
**url** | **str** | The registry URL string. | [optional] 
**name** | **str** | The registry name. | [optional] 
**credential** | **[RegistryCredential](../registrycredential/)** |  | [optional] 
**type** | **str** | Type of the registry, e.g. &#39;harbor&#39;. | [optional] 
**insecure** | **bool** | Whether or not the certificate will be verified when Harbor tries to access the server. | [optional] 
**description** | **str** | Description of the registry. | [optional] 
**status** | **str** | Health status of the registry. | [optional] 
**creation_time** | **datetime** | The create time of the policy. | [optional] 
**update_time** | **datetime** | The update time of the policy. | [optional] 



