UnentitledMachineInfo

UnentitledMachineInfo
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.

JSON Example
{
    "desktop_pool_name": "manualPool",
    "dns_name": "machine1.example.com",
    "id": "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
    "name": "machine1",
    "unentitled_assigned_users": [
        "[\"example.com\\user1\"]"
    ]
}
string
desktop_pool_name
Optional

The name of the Desktop Pool that the machine belongs to.
Supported Filters : 'Equals'. This property can be used for sorting.

string
dns_name
Optional

DNS name of the machine.
Supported Filters : 'Equals', 'StartsWith', 'EndsWith' and 'Contains'. This property can be used for sorting.

string
id
Optional

Unique ID representing machine.
Supported Filters : 'Equals'.

string
name
Optional

Name of the machine.
Supported Filters : 'Equals', 'StartsWith' and 'Contains'. This property can be used for sorting.

array of string
unentitled_assigned_users
Optional

The display names of the unentitled users assigned to the machine.
Supported Filters : 'Contains'.