TeamsRuleRuleSettingsBisoAdminControls

data class TeamsRuleRuleSettingsBisoAdminControls(val disableClipboardRedirection: Boolean? = null, val disableCopyPaste: Boolean? = null, val disableDownload: Boolean? = null, val disableKeyboard: Boolean? = null, val disablePrinting: Boolean? = null, val disableUpload: Boolean? = null)

Constructors

Link copied to clipboard
constructor(disableClipboardRedirection: Boolean? = null, disableCopyPaste: Boolean? = null, disableDownload: Boolean? = null, disableKeyboard: Boolean? = null, disablePrinting: Boolean? = null, disableUpload: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Disable clipboard redirection.

Link copied to clipboard

Disable copy-paste.

Link copied to clipboard

Disable download.

Link copied to clipboard

Disable keyboard usage.

Link copied to clipboard

Disable printing.

Link copied to clipboard
val disableUpload: Boolean? = null

Disable upload.