View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - EntitledUserOrGroupLocallyEntitledData
- Class
- VMware.Hv.LocallyEntitledData
- Property of
- EntitledUserOrGroupInfo, EntitledUserOrGroupLocalSummaryView
- See also
- ApplicationId, DesktopId, MachineId, PersistentDiskId, URLRedirectionId, UserEntitlementId
- Since
- Horizon View 6.0
Data Object Description
Data relevant to locally entitled users.Data Object Properties
Properties
Name | Type | Description |
---|---|---|
machines | MachineId[] |
Machines this user or group is assigned to. MachineIds of this type
originate from the Machine service.
|
persistentDisks | PersistentDiskId[] |
View Composer persistent disks this user is assigned to.
|
desktops | DesktopId[] |
Local desktops for which this user has an entitlement.
|
desktopUserEntitlements | UserEntitlementId[] |
Local desktop user entitlements for this user or group. The array index
will correspond to the same desktop entitlement as the DesktopId array.
|
applications | ApplicationId[] |
Local applications for which this user has an entitlement.
|
applicationUserEntitlements | UserEntitlementId[] |
Local application user entitlements for this user or group. The array
index will correspond to the same application entitlement as the
ApplicationId array.
|
urlRedirectionSettings | URLRedirectionId[] |
Local URL Redirection settings associated with user or group.
Since Horizon 7.0
|
urlRedirectionUserEntitlements | UserEntitlementId[] |
URLRedirection user entitlements for this user or group. The array
index will correspond to the same urlRedirection entitlement as the
URLRedirectionId array.
Since Horizon 7.0
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |