BastionSessionStateOutput interface
The session state detail for a target.
Properties
| message | Used for extra information. |
| session |
A unique id for the session. |
| state | The state of the session. Disconnected/Failed/NotFound. |
Property Details
message
Used for extra information.
message?: string
Property Value
string
sessionId
A unique id for the session.
sessionId?: string
Property Value
string
state
The state of the session. Disconnected/Failed/NotFound.
state?: string
Property Value
string