Lists information for multiple secure browser sessions from a specific portal.
See https://www.paws-r-sdk.com/docs/workspacesweb_list_sessions/ for full documentation.
workspacesweb_list_sessions(
maxResults = NULL,
nextToken = NULL,
portalId,
sessionId = NULL,
sortBy = NULL,
status = NULL,
username = NULL
)
The maximum number of results to be included in the next page.
The pagination token used to retrieve the next page of results for this operation.
[required] The ID of the web portal for the sessions.
The ID of the session.
The method in which the returned sessions should be sorted.
The status of the session.
The username of the session.