AuthenticatedOriginPullsConfig

data class AuthenticatedOriginPullsConfig(val certId: String? = null, val enabled: Boolean? = null, val hostname: String? = null)

Constructors

Link copied to clipboard
constructor(certId: String? = null, enabled: Boolean? = null, hostname: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certId: String? = null

Certificate identifier tag.

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.

Link copied to clipboard
val hostname: String? = null

The hostname on the origin for which the client certificate uploaded will be used.