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


# CVEAllowlist

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | ID of the allowlist | [optional] 
**project_id** | **int** | ID of the project which the allowlist belongs to.  For system level allowlist this attribute is zero. | [optional] 
**expires_at** | **int** | the time for expiration of the allowlist, in the form of seconds since epoch.  This is an optional attribute, if it&#39;s not set the CVE allowlist does not expire. | [optional] 
**items** | **[list[CVEAllowlistItem]](../cveallowlistitem/)** |  | [optional] 
**creation_time** | **datetime** | The creation time of the allowlist. | [optional] 
**update_time** | **datetime** | The update time of the allowlist. | [optional] 



