Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DesktopDevicePolicy

Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access.

Properties

audioMode

audioMode: AudioMode

The audio mode. NONE: No access to the local audio devices is permitted. TODESKTOP: The user may record audio on their desktop. FROMDESKTOP: The user may play audio on their desktop. FULL: The user may play and record audio on their desktop.

cdmMode

cdmMode: CdmMode

The client local drive access mode. NONE: No access to local drives permitted. READONLY: The user may read from local drives on their desktop. FULL: The user may read from and write to their local drives on their desktop.

clipboardMode

clipboardMode: ClipboardMode

The clipboard mode. NONE: No access to the local clipboard is permitted. TODESKTOP: The clipboard can be used to transfer data to the desktop only. FROMDESKTOP: The clipboard can be used to transfer data from the desktop only. FULL: The clipboard can be used to transfer data to and from the desktop.

isDisplayEnabled

isDisplayEnabled: boolean

Indicates whether the display is enabled.

isKeyboardEnabled

isKeyboardEnabled: boolean

Indicates whether the keyboard is enabled.

isPointerEnabled

isPointerEnabled: boolean

Indicates whether the pointer is enabled.

isPrintingEnabled

isPrintingEnabled: boolean

Indicates whether printing is enabled.

Functions

getDeserializedJsonObj

getJsonObj