HostsComponentInfo

The ComponentInfo structure contains fields that describe a specific component version in the software solution.


Properties

string
display_name Required

Display name of the component.


string
display_version Required

Human readable version of the component.


string
vendor Required

Vendor of the component.


string
version Required

Version of the component.

JSON Example

{
	"display_name": "string",
	"display_version": "string",
	"vendor": "string",
	"version": "string"
}

Feedback

Was this page helpful?