Show / Hide Table of Contents

Class DesktopSessionLifecycleActions

Action to be triggered on inactivity or disconnect

Inheritance
object
DesktopSessionLifecycleActions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DesktopsService.Models
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class DesktopSessionLifecycleActions

Properties

Disconnect

Declaration
[JsonProperty(PropertyName = "disconnect")]
public DisconnectConfig Disconnect { get; set; }
Property Value
Type Description
DisconnectConfig

Inactivity

Declaration
[JsonProperty(PropertyName = "inactivity")]
public InactivityConfig Inactivity { get; set; }
Property Value
Type Description
InactivityConfig
In this article
Back to top