Skip to content

Data Object - SessionLocalReferenceData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.users.Session.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

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. 1
groups UserOrGroupId[] All group ids associated with this session's user. 1 2
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. 1
farm FarmId Farm Id for this Application or RDS Desktop session. 1
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. 1
rdsServer RDSServerId RDS Server Id for this RDS Desktop or Application session. 1

  1. This property need not be set. 

  2. This property is an unordered array of unique values.