MqttBridgeRemoteBrokerConnectionTlsResponse

data class MqttBridgeRemoteBrokerConnectionTlsResponse(val tlsEnabled: Boolean, val trustedCaCertificateConfigMap: String? = null)

MqttBridge RemoteBrokerConnection TLS details

Constructors

constructor(tlsEnabled: Boolean, trustedCaCertificateConfigMap: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Tls Enabled on Remote Broker Connection.

Link copied to clipboard

Trusted CA certificate name for Remote Broker.