GetZeroTrustGatewayPolicyRuleSettingsBisoAdminControls

data class GetZeroTrustGatewayPolicyRuleSettingsBisoAdminControls(val copy: String, val dcp: Boolean, val dd: Boolean, val dk: Boolean, val download: String, val dp: Boolean, val du: Boolean, val keyboard: String, val paste: String, val printing: String, val upload: String, val version: String)

Constructors

constructor(copy: String, dcp: Boolean, dd: Boolean, dk: Boolean, download: String, dp: Boolean, du: Boolean, keyboard: String, paste: String, printing: String, upload: String, version: String)

Types

Link copied to clipboard
object Companion

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

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

Link copied to clipboard
val dd: Boolean

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

Link copied to clipboard
val dk: Boolean

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

Link copied to clipboard

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: Boolean

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

Link copied to clipboard
val du: Boolean

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

Link copied to clipboard

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

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

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

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

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