BastionSessionState interface
The session state detail for a target.
Properties
message | Used for extra information. NOTE: This property will not be serialized. It can only be populated by the server. |
session |
A unique id for the session. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The state of the session. Disconnected/Failed/NotFound. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
message
Used for extra information. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
sessionId
A unique id for the session. NOTE: This property will not be serialized. It can only be populated by the server.
sessionId?: string
Property Value
string
state
The state of the session. Disconnected/Failed/NotFound. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string