listSRASessions is a command that returns sra sessions of the given user
| Name | Type | Description | Notes |
|---|---|---|---|
| Json | bool | Set output format to JSON | [optional] [default to false] |
| 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] |