HostLicenseConnectInfo

HostLicenseConnectInfo
HostLicenseConnectInfo

This data object type describes license information stored on the host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "license": {
        "_typeName": "string",
        "licenseKey": "string",
        "editionKey": "string",
        "name": "string",
        "total": 0,
        "used": 0,
        "costUnit": "string",
        "properties": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "labels": [
            {
                "_typeName": "string",
                "key": "string",
                "value": "string"
            }
        ]
    },
    "evaluation": {
        "_typeName": "string",
        "properties": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ]
    },
    "resource": {
        "_typeName": "string",
        "resource": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ]
    }
}
license
Required

Encapsulates information about a license

evaluation
Required

Encapsulates product evaluation information

resource
Optional

Encapsulates information about all licensable resources on the host.