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.