InteractiveSessionType

API: Stable

A value describing a type of ‘interactive’ session

enum class InteractiveSessionType {
    WEB,
    VNC,
    SHELL,
}
Properties
WEB
VNC
SHELL