Data Object - SessionLocalSummaryView
Java Class
com.omnissa.vdi.vlsi.binding.vdi.users.Session.SessionLocalSummaryView
Returned by
See also
SessionData, SessionId, SessionLocalReferenceData, SessionNamesData
Since
Horizon View 6.0
Data Object Description¶
Summary view of a local session.
Queryable Data Object¶
This data object is queryable using QueryService.
The SessionLocalSummaryView query for locally resourced sessions. At least one of the specified privileges must be present.
Query Privileges
Privilege | Description |
---|---|
MACHINE_VIEW | Results will be filtered with the corresponding access group permission. |
FEDERATED_SESSIONS_VIEW | All results can be returned. |
Data Object Properties¶
Name | Type | Description |
---|---|---|
id | SessionId | Session Id for this session. |
namesData | SessionNamesData | Names of objects in this session. |
referenceData | SessionLocalReferenceData | References in this session. |
sessionData | SessionData | Data about this session. |