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.
- This property need not be set.
|
groups | UserOrGroupId[] |
All group ids associated with this session's user.
- This property need not be set.
- This property is an unordered array of unique values.
|
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.
- This property need not be set.
|
farm | FarmId |
Farm Id for this Application or RDS Desktop session.
- This property need not be set.
|
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.
- This property need not be set.
|
rdsServer | RDSServerId |
RDS Server Id for this RDS Desktop or Application session.
- This property need not be set.
|