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


# ProjectReq

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project_name** | **str** | The name of the project. | [optional] 
**public** | **bool** | deprecated, reserved for project creation in replication | [optional] 
**metadata** | **[ProjectMetadata](../projectmetadata/)** | The metadata of the project. | [optional] 
**cve_allowlist** | **[CVEAllowlist](../cveallowlist/)** | The CVE allowlist of the project. | [optional] 
**storage_limit** | **int** | The storage quota of the project. | [optional] 
**registry_id** | **int** | The ID of referenced registry when creating the proxy cache project | [optional] 



