Zero Trust Gateway Settings Args
data class ZeroTrustGatewaySettingsArgs(val accountId: Output<String>? = null, val settings: Output<ZeroTrustGatewaySettingsSettingsArgs>? = null) : ConvertibleToJava<ZeroTrustGatewaySettingsArgs>
Example Usage
resources:
exampleZeroTrustGatewaySettings:
type: cloudflare:ZeroTrustGatewaySettings
name: example_zero_trust_gateway_settings
properties:
accountId: 699d98642c564d2e855e9661899b7252
settings:
activity_log:
enabled: true
antivirus:
enabledDownloadPhase: false
enabledUploadPhase: false
failClosed: false
notificationSettings:
enabled: true
msg: msg
supportUrl: support_url
block_page:
backgroundColor: background_color
enabled: true
footerText: --footer--
headerText: --header--
logoPath: https://logos.com/a.png
mailtoAddress: admin@example.com
mailtoSubject: Blocked User Inquiry
name: Cloudflare
suppressFooter: false
body_scanning:
inspectionMode: deep
browser_isolation:
nonIdentityEnabled: true
urlBrowserIsolationEnabled: true
certificate:
id: d1b364c5-1311-466e-a194-f0e943e0799f
custom_certificate:
enabled: true
id: d1b364c5-1311-466e-a194-f0e943e0799f
extended_email_matching:
enabled: true
fips:
tls: true
protocol_detection:
enabled: true
sandbox:
enabled: true
fallbackAction: allow
tls_decrypt:
enabled: true
Content copied to clipboard
Import
$ pulumi import cloudflare:index/zeroTrustGatewaySettings:ZeroTrustGatewaySettings example '<account_id>'
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(accountId: Output<String>? = null, settings: Output<ZeroTrustGatewaySettingsSettingsArgs>? = null)