ArrayOfLicenseAssignmentManagerLicenseAssignment
ArrayOfLicenseAssignmentManagerLicenseAssignment
A boxed array of LicenseAssignmentManagerLicenseAssignment. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_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"
}
}
]
}
]
}