ZeroTrustAccessMtlsHostnameSettingsSetting

data class ZeroTrustAccessMtlsHostnameSettingsSetting(val chinaNetwork: Boolean? = null, val clientCertificateForwarding: Boolean? = null, val hostname: String)

Constructors

constructor(chinaNetwork: Boolean? = null, clientCertificateForwarding: Boolean? = null, hostname: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val chinaNetwork: Boolean? = null

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

The hostname that these settings apply to.