Class DesktopSessionLifecycleActions
Action to be triggered on inactivity or disconnect
Inherited Members
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 |