Learn R Programming

paws.end.user.computing (version 0.9.0)

workspacesweb_list_sessions: Lists information for multiple secure browser sessions from a specific portal

Description

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.

Usage

workspacesweb_list_sessions(
  maxResults = NULL,
  nextToken = NULL,
  portalId,
  sessionId = NULL,
  sortBy = NULL,
  status = NULL,
  username = NULL
)

Arguments

maxResults

The maximum number of results to be included in the next page.

nextToken

The pagination token used to retrieve the next page of results for this operation.

portalId

[required] The ID of the web portal for the sessions.

sessionId

The ID of the session.

sortBy

The method in which the returned sessions should be sorted.

status

The status of the session.

username

The username of the session.