TeamsRuleRuleSettingsBisoAdminControlsArgs

data class TeamsRuleRuleSettingsBisoAdminControlsArgs(val disableClipboardRedirection: Output<Boolean>? = null, val disableCopyPaste: Output<Boolean>? = null, val disableDownload: Output<Boolean>? = null, val disableKeyboard: Output<Boolean>? = null, val disablePrinting: Output<Boolean>? = null, val disableUpload: Output<Boolean>? = null) : ConvertibleToJava<TeamsRuleRuleSettingsBisoAdminControlsArgs>

Constructors

constructor(disableClipboardRedirection: Output<Boolean>? = null, disableCopyPaste: Output<Boolean>? = null, disableDownload: Output<Boolean>? = null, disableKeyboard: Output<Boolean>? = null, disablePrinting: Output<Boolean>? = null, disableUpload: Output<Boolean>? = null)

Properties

Link copied to clipboard

Disable clipboard redirection.

Link copied to clipboard
val disableCopyPaste: Output<Boolean>? = null

Disable copy-paste.

Link copied to clipboard
val disableDownload: Output<Boolean>? = null

Disable download.

Link copied to clipboard
val disableKeyboard: Output<Boolean>? = null

Disable keyboard usage.

Link copied to clipboard
val disablePrinting: Output<Boolean>? = null

Disable printing.

Link copied to clipboard
val disableUpload: Output<Boolean>? = null

Disable upload.

Functions

Link copied to clipboard
open override fun toJava(): TeamsRuleRuleSettingsBisoAdminControlsArgs