ZeroTrustGatewaySettingsSettingsArgs

data class ZeroTrustGatewaySettingsSettingsArgs(val activityLog: Output<ZeroTrustGatewaySettingsSettingsActivityLogArgs>? = null, val antivirus: Output<ZeroTrustGatewaySettingsSettingsAntivirusArgs>? = null, val blockPage: Output<ZeroTrustGatewaySettingsSettingsBlockPageArgs>? = null, val bodyScanning: Output<ZeroTrustGatewaySettingsSettingsBodyScanningArgs>? = null, val browserIsolation: Output<ZeroTrustGatewaySettingsSettingsBrowserIsolationArgs>? = null, val certificate: Output<ZeroTrustGatewaySettingsSettingsCertificateArgs>? = null, val customCertificate: Output<ZeroTrustGatewaySettingsSettingsCustomCertificateArgs>? = null, val extendedEmailMatching: Output<ZeroTrustGatewaySettingsSettingsExtendedEmailMatchingArgs>? = null, val fips: Output<ZeroTrustGatewaySettingsSettingsFipsArgs>? = null, val hostSelector: Output<ZeroTrustGatewaySettingsSettingsHostSelectorArgs>? = null, val protocolDetection: Output<ZeroTrustGatewaySettingsSettingsProtocolDetectionArgs>? = null, val sandbox: Output<ZeroTrustGatewaySettingsSettingsSandboxArgs>? = null, val tlsDecrypt: Output<ZeroTrustGatewaySettingsSettingsTlsDecryptArgs>? = null) : ConvertibleToJava<ZeroTrustGatewaySettingsSettingsArgs>

Constructors

Link copied to clipboard
constructor(activityLog: Output<ZeroTrustGatewaySettingsSettingsActivityLogArgs>? = null, antivirus: Output<ZeroTrustGatewaySettingsSettingsAntivirusArgs>? = null, blockPage: Output<ZeroTrustGatewaySettingsSettingsBlockPageArgs>? = null, bodyScanning: Output<ZeroTrustGatewaySettingsSettingsBodyScanningArgs>? = null, browserIsolation: Output<ZeroTrustGatewaySettingsSettingsBrowserIsolationArgs>? = null, certificate: Output<ZeroTrustGatewaySettingsSettingsCertificateArgs>? = null, customCertificate: Output<ZeroTrustGatewaySettingsSettingsCustomCertificateArgs>? = null, extendedEmailMatching: Output<ZeroTrustGatewaySettingsSettingsExtendedEmailMatchingArgs>? = null, fips: Output<ZeroTrustGatewaySettingsSettingsFipsArgs>? = null, hostSelector: Output<ZeroTrustGatewaySettingsSettingsHostSelectorArgs>? = null, protocolDetection: Output<ZeroTrustGatewaySettingsSettingsProtocolDetectionArgs>? = null, sandbox: Output<ZeroTrustGatewaySettingsSettingsSandboxArgs>? = null, tlsDecrypt: Output<ZeroTrustGatewaySettingsSettingsTlsDecryptArgs>? = null)

Properties

Link copied to clipboard

Activity log settings.

Link copied to clipboard

Anti-virus settings.

Link copied to clipboard

Block page layout settings.

Link copied to clipboard

DLP body scanning settings.

Link copied to clipboard

Browser isolation settings.

Link copied to clipboard

Certificate settings for Gateway TLS interception. If not specified, the Cloudflare Root CA will be used.

Link copied to clipboard

Custom certificate settings for BYO-PKI. (deprecated and replaced by certificate)

Link copied to clipboard

Extended e-mail matching settings.

Link copied to clipboard

FIPS settings.

Link copied to clipboard

Setting to enable host selector in egress policies.

Link copied to clipboard

Protocol Detection settings.

Link copied to clipboard

Sandbox settings.

Link copied to clipboard

TLS interception settings.

Functions

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