View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - SessionLocalReferenceData
- Class
- VMware.Hv.SessionLocalReferenceData
- Property of
- SessionGlobalReferenceData, SessionLocalSummaryView
- See also
- AccessGroupId, DesktopId, FarmId, MachineId, RDSServerId, UserOrGroupId
- Since
- Horizon View 6.0
Data Object Description
References to other objects in a local session.Data Object Properties
Properties
Name | Type | Description |
---|---|---|
user | UserOrGroupId |
User Id for the user logged into this session. May not match the broker
user id for non-SSO scenarios.
|
brokerUser | UserOrGroupId |
User Id for the broker user associated with the session. Will be unset
for non-broker sessions.
|
groups | UserOrGroupId[] |
All group ids associated with this session's user.
|
accessGroup | AccessGroupId |
Access group associated with this session. For a non-RDS Desktop
session, this is the Desktop's access group. For an RDS Desktop
session, this is the RDS Desktop's Farm's access group. For an
Application session, this is the Application's Farm's access group.
|
desktop | DesktopId |
Desktop Id for this Desktop session. This is unset if the session is
not brokered through a Desktop, such as for Application sessions or
direct console access.
|
farm | FarmId |
Farm Id for this Application or RDS Desktop session.
|
machine | MachineId |
Machine Id for this session. This is unset for Application or RDS
Desktop sessions. If desktop is
unset, MachineIds of this type originate from the
RegisteredPhysicalMachine service. Otherwise, MachineIds of
this type originate from the Machine service.
|
rdsServer | RDSServerId |
RDS Server Id for this RDS Desktop or Application session.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |