Mqtt Bridge Remote Broker Authentication Methods Args
data class MqttBridgeRemoteBrokerAuthenticationMethodsArgs(val systemAssignedManagedIdentity: Output<ManagedIdentityAuthenticationArgs>? = null, val x509: Output<MqttBridgeRemoteBrokerX509AuthenticationArgs>? = null) : ConvertibleToJava<MqttBridgeRemoteBrokerAuthenticationMethodsArgs>
MqttBridge RemoteBrokerConnection Authentication methods. NOTE - Enum only one is allowed to be passed.
Constructors
Link copied to clipboard
constructor(systemAssignedManagedIdentity: Output<ManagedIdentityAuthenticationArgs>? = null, x509: Output<MqttBridgeRemoteBrokerX509AuthenticationArgs>? = null)