Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 937 Bytes

CVEAllowlist.md

File metadata and controls

14 lines (11 loc) · 937 Bytes

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's not set the CVE allowlist does not expire. [optional]
items list[CVEAllowlistItem] [optional]
creation_time datetime The creation time of the allowlist. [optional]
update_time datetime The update time of the allowlist. [optional]

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