LicenseAssignmentManagerLicenseAssignment

LicenseAssignmentManagerLicenseAssignment
LicenseAssignmentManagerLicenseAssignment
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "entityId": "string",
    "scope": "string",
    "entityDisplayName": "string",
    "assignedLicense": {
        "_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"
            }
        ]
    },
    "properties": [
        {
            "_typeName": "string",
            "key": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
string
entityId
Required

Id for the entity

string
scope
Optional

Scope of the entityId

string
entityDisplayName
Optional

Display name of the entity

assignedLicense
Required

Encapsulates information about a license

properties
Optional

Additional properties associated with this assignment Some of the properties are: "inUseFeatures" -- Features in the license key that are being used by the entity "ProductName" -- Name of the entity.

Should match the product name of the assigned license. "ProductVersion" -- Version of the entity. Should match the product version of the assigned license. "Evaluation" -- EvaluationInfo object representing the evaluation left for the entity.