Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 921 Bytes

ListSRASessions.md

File metadata and controls

18 lines (10 loc) · 921 Bytes

ListSRASessions

listSRASessions is a command that returns sra sessions of the given user

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional]
resourceType List<String> session resource type. In case it is empty, all resources type will be returned. options: [mysql, k8s, ssh, mongodb, mssql, postgres, aws, eks, gke, rdp] [optional]
statusType List<String> session status type. In case it is empty, only active sessions will be returned. options: [connecting, connected, failed, completed, terminated] [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]