ZeroTrustAccessMtlsHostnameSettings

class ZeroTrustAccessMtlsHostnameSettings : KotlinCustomResource

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

Properties

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

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

Link copied to clipboard
val chinaNetwork: Output<Boolean>

Request client certificates for this hostname in China. Can only be set to true if this zone is china network enabled.

Link copied to clipboard

Client Certificate Forwarding is a feature that takes the client cert provided by the eyeball to the edge, and forwards it to the origin as a HTTP header to allow logging on the origin.

Link copied to clipboard
val hostname: Output<String>

The hostname that these settings apply to.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneId: Output<String>?

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