ZeroTrustGatewaySettingsSettingsSandboxArgs

data class ZeroTrustGatewaySettingsSettingsSandboxArgs(val enabled: Output<Boolean>? = null, val fallbackAction: Output<String>? = null) : ConvertibleToJava<ZeroTrustGatewaySettingsSettingsSandboxArgs>

Constructors

constructor(enabled: Output<Boolean>? = null, fallbackAction: Output<String>? = null)

Properties

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

Enable sandbox.

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

Action to take when the file cannot be scanned. Available values: "allow", "block".

Functions

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