Ssl Configuration Response
data class SslConfigurationResponse(val cert: String? = null, val cname: String? = null, val key: String? = null, val status: String? = null)
SSL configuration. If configured data-plane calls to user services will be exposed over SSL only.
Constructors
Link copied to clipboard
fun SslConfigurationResponse(cert: String? = null, cname: String? = null, key: String? = null, status: String? = null)