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


# Project

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project_id** | **int** | Project ID | [optional] 
**owner_id** | **int** | The owner ID of the project always means the creator of the project. | [optional] 
**name** | **str** | The name of the project. | [optional] 
**registry_id** | **int** | The ID of referenced registry when the project is a proxy cache project. | [optional] 
**creation_time** | **datetime** | The creation time of the project. | [optional] 
**update_time** | **datetime** | The update time of the project. | [optional] 
**deleted** | **bool** | A deletion mark of the project. | [optional] 
**owner_name** | **str** | The owner name of the project. | [optional] 
**togglable** | **bool** | Correspond to the UI about whether the project&#39;s publicity is  updatable (for UI) | [optional] 
**current_user_role_id** | **int** | The role ID with highest permission of the current user who triggered the API (for UI).  This attribute is deprecated and will be removed in future versions. | [optional] 
**current_user_role_ids** | **list[int]** | The list of role ID of the current user who triggered the API (for UI) | [optional] 
**repo_count** | **int** | The number of the repositories under this project. | [optional] 
**chart_count** | **int** | The total number of charts under this project. | [optional] 
**metadata** | **[ProjectMetadata](../projectmetadata/)** | The metadata of the project. | [optional] 
**cve_allowlist** | **[CVEAllowlist](../cveallowlist/)** | The CVE allowlist of this project. | [optional] 



