List User Policies Overrides
This API supports Pagination and Filters.
For full information on using Filters, refer to 'Horizon Server REST Pagination and Filter Guide' of 'VMware Horizon Server API' in code.vmware.com All the listed privileges are required -
Privileges | Description |
---|---|
Caller should have permission to this privilege, on the associated access group of the desktop pool. |
Indicates the desktop pool id. If not provided, fetches overrides for all users on all pools.
Indicates whether to fetch unentitled policies. If set to true, fetches unentitled policies for all users.
page, if passed should be > 0.
1
size, if passed should be > 0.
10
filter expression built using fields with 'supported filters' as described in output model schema of this API.
[object Object]
Field that would be used to sort the results.
<property-name>
Determines the ordering of results.
ASC
OK
[
{
"desktop_pool_id": "0103796c-102b-4ed3-953f-3dfe3d23e0fe",
"desktop_pool_name": "pool",
"effective_policies": {
"allow_multimedia_redirection": "ALLOW",
"allow_pcoip_hardware_acceleration": "ALLOW",
"allow_remote_mode": "ALLOW",
"allow_usb_access": "ALLOW",
"pcoip_hardware_acceleration_priority": "MEDIUM"
},
"user_display_name": "test.local\\user1",
"user_id": "S-1-5-21-1111111111-2222222222-3333333333-500",
"user_policies": {
"allow_multimedia_redirection": "ALLOW",
"allow_pcoip_hardware_acceleration": "ALLOW",
"allow_remote_mode": "ALLOW",
"allow_usb_access": "ALLOW",
"pcoip_hardware_acceleration_priority": "MEDIUM"
},
"user_principal_name": "[email protected]"
}
]
Bad Request
User is not authenticated
Access to the resource is forbidden
Not Found