SslConfigurationResponse

data class SslConfigurationResponse(val cert: String? = null, val cname: String? = null, val key: String? = 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, 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 status: String? = null

Enable or disable ssl for scoring