UnentitledMachineInfo
Information related to unentitled Machines.
List API returning this summary information can use search filter query to filter on specific fields supported by filters.
Supported Filters : 'And', 'Or', 'Equals', 'NotEquals', 'StartsWith', 'Contains' and 'EndsWith'.
See the field description to know the filter types it supports.
{
"desktop_pool_name": "manualPool",
"dns_name": "machine1.example.com",
"id": "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
"name": "machine1",
"unentitled_assigned_users": [
"[\"example.com\\user1\"]"
]
}
The name of the Desktop Pool that the machine belongs to.
Supported Filters : 'Equals'. This property can be used for sorting.
DNS name of the machine.
Supported Filters : 'Equals', 'StartsWith', 'EndsWith' and 'Contains'. This property can be used for sorting.
Unique ID representing machine.
Supported Filters : 'Equals'.
Name of the machine.
Supported Filters : 'Equals', 'StartsWith' and 'Contains'. This property can be used for sorting.
The display names of the unentitled users assigned to the machine.
Supported Filters : 'Contains'.