Zero Trust Gateway Policy Rule Settings Biso Admin Controls Args
data class ZeroTrustGatewayPolicyRuleSettingsBisoAdminControlsArgs(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<ZeroTrustGatewayPolicyRuleSettingsBisoAdminControlsArgs>
Constructors
Link copied to clipboard
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
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
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".