listSRASessions is a command that returns sra sessions of the given user
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] |