ZeroTrustAccessMtlsHostnameSettingsArgs

data class ZeroTrustAccessMtlsHostnameSettingsArgs(val accountId: Output<String>? = null, val settings: Output<List<ZeroTrustAccessMtlsHostnameSettingsSettingArgs>>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<ZeroTrustAccessMtlsHostnameSettingsArgs>

Example Usage

resources:
exampleZeroTrustAccessMtlsHostnameSettings:
type: cloudflare:ZeroTrustAccessMtlsHostnameSettings
name: example_zero_trust_access_mtls_hostname_settings
properties:
settings:
- china_network: false
client_certificate_forwarding: true
hostname: admin.example.com
zoneId: zone_id

Constructors

Link copied to clipboard
constructor(accountId: Output<String>? = null, settings: Output<List<ZeroTrustAccessMtlsHostnameSettingsSettingArgs>>? = null, zoneId: Output<String>? = null)

Properties

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

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

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

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.

Functions

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