TeamsRuleRuleSettingsBisoAdminControlsArgs

data class TeamsRuleRuleSettingsBisoAdminControlsArgs(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(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
val disableCopyPaste: Output<Boolean>? = null
Link copied to clipboard
val disableDownload: Output<Boolean>? = null
Link copied to clipboard
val disableKeyboard: Output<Boolean>? = null
Link copied to clipboard
val disablePrinting: Output<Boolean>? = null
Link copied to clipboard
val disableUpload: Output<Boolean>? = null

Functions

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