TeamsRuleRuleSettingsBisoAdminControlsArgs

data class TeamsRuleRuleSettingsBisoAdminControlsArgs(val copy: Output<String>? = null, val dcp: Output<Boolean>? = null, val dd: Output<Boolean>? = null, val dk: Output<Boolean>? = null, val download: Output<String>? = null, val dp: Output<Boolean>? = null, val du: Output<Boolean>? = null, val keyboard: Output<String>? = null, val paste: Output<String>? = null, val printing: Output<String>? = null, val upload: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<TeamsRuleRuleSettingsBisoAdminControlsArgs>

Constructors

constructor(copy: Output<String>? = null, dcp: Output<Boolean>? = null, dd: Output<Boolean>? = null, dk: Output<Boolean>? = null, download: Output<String>? = null, dp: Output<Boolean>? = null, du: Output<Boolean>? = null, keyboard: Output<String>? = null, paste: Output<String>? = null, printing: Output<String>? = null, upload: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val copy: Output<String>? = null

Configure whether copy is enabled or not. When set with "remoteonly", copying isolated content from the remote browser to the user's local clipboard is disabled. When absent, copy is enabled. Only applies when version == "v2". Available values: "enabled", "disabled", "remoteonly".

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

Set to false to enable copy-pasting. Only applies when version == "v1".

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

Set to false to enable downloading. Only applies when version == "v1".

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

Set to false to enable keyboard usage. Only applies when version == "v1".

Link copied to clipboard
val download: Output<String>? = null

Configure whether downloading enabled or not. When absent, downloading is enabled. Only applies when version == "v2". Available values: "enabled", "disabled".

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

Set to false to enable printing. Only applies when version == "v1".

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

Set to false to enable uploading. Only applies when version == "v1".

Link copied to clipboard
val keyboard: Output<String>? = null

Configure whether keyboard usage is enabled or not. When absent, keyboard usage is enabled. Only applies when version == "v2". Available values: "enabled", "disabled".

Link copied to clipboard
val paste: Output<String>? = null

Configure whether pasting is enabled or not. When set with "remoteonly", pasting content from the user's local clipboard into isolated pages is disabled. When absent, paste is enabled. Only applies when version == "v2". Available values: "enabled", "disabled", "remoteonly".

Link copied to clipboard
val printing: Output<String>? = null

Configure whether printing is enabled or not. When absent, printing is enabled. Only applies when version == "v2". Available values: "enabled", "disabled".

Link copied to clipboard
val upload: Output<String>? = null

Configure whether uploading is enabled or not. When absent, uploading is enabled. Only applies when version == "v2". Available values: "enabled", "disabled".

Link copied to clipboard
val version: Output<String>? = null

Indicates which version of the browser isolation controls should apply. Available values: "v1", "v2".

Functions

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