View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - SessionGlobalReferenceData
- Class
- VMware.Hv.SessionGlobalReferenceData
- Property of
- SessionGlobalSummaryView
- See also
- GlobalApplicationEntitlementId, GlobalEntitlementId, PodId, SessionLocalReferenceData, SiteId, UserOrGroupId
- Since
- Horizon View 6.0
Data Object Description
References to other objects in a global session.Data Object Properties
Properties
Name | Type | Description |
---|---|---|
user | UserOrGroupId |
User for this session.
|
brokerUser | UserOrGroupId |
User Id for the broker user associated with the session.
|
globalEntitlement | GlobalEntitlementId |
Global entitlement Id for this session.
Either globalEntitlement or globalApplicationEntitlements will be set but not both.
|
globalApplicationEntitlement | GlobalApplicationEntitlementId | Deprecated.
use globalApplicationEntitlements instead
Global application entitlement Id for this session
Since Horizon View 6.2
|
globalApplicationEntitlements | GlobalApplicationEntitlementId[] |
The Global Application Entitlements that have been used to launch applications in this session.
Either globalEntitlement or globalApplicationEntitlements will be set but not both.
Since Horizon 7.2
|
site | SiteId |
Site Id of Pod where session landed.
|
brokeringPod | PodId |
Pod Id of Pod where session was brokered.
|
pod | PodId |
Pod Id of Pod where session was established.
|
localReferenceData | SessionLocalReferenceData |
References to the local pod's object if this global session residing on
the local pod. Unset if this session does not reside on the local pod.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |