SettingsDepotContentAddOnsAddOnVersionSummary

The AddOns.AddOnVersionSummary structure defines the summary information regarding a version of an OEM add-on.


Properties

category Required

The AddOns.CategoryType enumerated type defines possible values of categories for a OEM add-on.
SECURITY : Security
ENHANCEMENT : Enhancement
BUGFIX : Bugfix

Possible values are: SECURITYENHANCEMENTBUGFIX


string
display_version Required

Human readable version of the OEM add-on.


string as uri
kb Required

Link to kb article related to this the OEM add-on version.


string as date-time
release_date Required

Release date of the OEM add-on version.


string
summary Required

Summary of the OEM add-on version.


string
version Required

Version of the OEM add-on.

JSON Example

{
	"category": "SECURITY",
	"display_version": "string",
	"kb": "string",
	"release_date": "string",
	"summary": "string",
	"version": "string"
}

Feedback

Was this page helpful?