ExtExtendedProductInfo

ExtExtendedProductInfo
ExtExtendedProductInfo

This data object encapsulates extended product information for an extension.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "companyUrl": "string",
    "productUrl": "string",
    "managementUrl": "string",
    "self": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
string
companyUrl
Optional

URL to extension vendor.

string
productUrl
Optional

URL to vendor's description of this extension.

string
managementUrl
Optional

URL to management UI for this extension.

self
Optional

Reference to an instance of the ManagedEntity managed object.