UserPoliciesInfo

UserPoliciesInfo
UserPoliciesInfo

Information related to user policies overrides. Supported Filters : 'Equals', 'StartsWith', 'Contains'.\n" + See the field description to know the filter types it supports.

JSON Example
{
    "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]"
}
string
desktop_pool_id
Optional

ID of the desktop pool associated with the user override.

string
desktop_pool_name
Optional

Display name of the Desktop Pool.Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.

effective_policies
Optional

effective_policies

string
user_display_name
Optional

User or group's display name of the user for whom unentitled policy override is configured. This corresponds with displayName attribute in AD. Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.

string
user_id
Optional

SID of the user.

user_policies
Optional

user_policies

string
user_principal_name
Optional

User Principal name(UPN) of the user for whom policy override is configured.Supported Filters : 'Equals', 'StartsWith', 'Contains'. This property can be used for sorting.