Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.06 KB

HarborCveAllowlist.md

File metadata and controls

14 lines (11 loc) · 1.06 KB

HarborCveAllowlist

Properties

Name Type Description Notes
Id int32 ID of the allowlist [optional] [default to null]
ProjectId int32 ID of the project which the allowlist belongs to. For system level allowlist this attribute is zero. [optional] [default to null]
ExpiresAt int32 the time for expiration of the allowlist, in the form of seconds since epoch. This is an optional attribute, if it's not set the CVE allowlist does not expire. [optional] [default to null]
Items []HarborCveAllowlistItem [optional] [default to null]
CreationTime time.Time The creation time of the allowlist. [optional] [default to null]
UpdateTime time.Time The update time of the allowlist. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]