Mqtt Bridge Remote Broker Authentication Methods Response
data class MqttBridgeRemoteBrokerAuthenticationMethodsResponse(val systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null, val x509: MqttBridgeRemoteBrokerX509AuthenticationResponse? = null)
MqttBridge RemoteBrokerConnection Authentication methods. NOTE - Enum only one is allowed to be passed.
Constructors
Link copied to clipboard
constructor(systemAssignedManagedIdentity: ManagedIdentityAuthenticationResponse? = null, x509: MqttBridgeRemoteBrokerX509AuthenticationResponse? = null)