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] |
resource_type | list[str] | 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] |
status_type | list[str] | session status type. In case it is empty, only active sessions will be returned. options: [connecting, connected, failed, completed, terminated] | [optional] |
token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |