Settings_SolutionComponentDetails

Settings_SolutionComponentDetails
Settings_SolutionComponentDetails

The SolutionComponentDetails structure contains information that provide more details about component registered by the solution from depot.

JSON Example
{
    "component": "string",
    "display_name": "string",
    "display_version": "string",
    "vendor": "string"
}
string
component
Required

Identifier of the component. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.esx.settings.component. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.esx.settings.component.

string
display_name
Required

Display name of the component.

string
display_version
Optional

Human readable version of the component. unset if no version is provided for the component.

string
vendor
Required

Vendor of the component.