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
userUserOrGroupId

User Id for the user logged into this session. May not match the broker user id for non-SSO scenarios.
brokerUserUserOrGroupId

User Id for the broker user associated with the session. Will be unset for non-broker sessions.
  • This property need not be set.
groupsUserOrGroupId[]

All group ids associated with this session's user.
  • This property need not be set.
  • This property is an unordered array of unique values.
accessGroupAccessGroupId

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.
desktopDesktopId

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.
  • This property need not be set.
farmFarmId

Farm Id for this Application or RDS Desktop session.
  • This property need not be set.
machineMachineId

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.
  • This property need not be set.
rdsServerRDSServerId

RDS Server Id for this RDS Desktop or Application session.
  • This property need not be set.