SslConfigurationResponse

data class SslConfigurationResponse(val cert: String? = null, val cname: String? = null, val key: String? = null, val leafDomainLabel: String? = null, val overwriteExistingDomain: Boolean? = null, val status: String? = null)

The ssl configuration for scoring

Constructors

Link copied to clipboard
constructor(cert: String? = null, cname: String? = null, key: String? = null, leafDomainLabel: String? = null, overwriteExistingDomain: Boolean? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cert: String? = null

Cert data

Link copied to clipboard
val cname: String? = null

CNAME of the cert

Link copied to clipboard
val key: String? = null

Key data

Link copied to clipboard
val leafDomainLabel: String? = null

Leaf domain label of public endpoint

Link copied to clipboard

Indicates whether to overwrite existing domain label.

Link copied to clipboard
val status: String? = null

Enable or disable ssl for scoring