GetZeroTrustAccessMtlsHostnameSettingsResult

data class GetZeroTrustAccessMtlsHostnameSettingsResult(val accountId: String? = null, val chinaNetwork: Boolean, val clientCertificateForwarding: Boolean, val hostname: String, val id: String, val zoneId: String? = null)

A collection of values returned by getZeroTrustAccessMtlsHostnameSettings.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

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

Link copied to clipboard

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.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val zoneId: String? = null

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