SettingsDepotContentComponentsComponentVersionSummary
The Components.ComponentVersionSummary structure defines the summary information regarding a version of a component.
Properties
The Components.CategoryType enumerated type defines possible values of categories for a component.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix
RECALL : Recall
RECALL_FIX : Recall-fix
INFO : Info
MISC : Misc
GENERAL : General
Possible values are: SECURITY , ENHANCEMENT , BUGFIX , RECALL , RECALL_FIX , INFO , MISC , GENERAL
Human readable version of the component.
Link to kb article related to this the component version.
Release date of the component version.
Summary of the component version.
The Components.UrgencyType enumerated type defines possible values of urgencies for a component.
CRITICAL : Critical
IMPORTANT : Important
MODERATE : Moderate
LOW : Low
GENERAL : General
Possible values are: CRITICAL , IMPORTANT , MODERATE , LOW , GENERAL
Version of the component.
JSON Example
{
"category": "SECURITY",
"display_version": "string",
"kb": "string",
"release_date": "string",
"summary": "string",
"urgency": "CRITICAL",
"version": "string"
}