MqttBridgeRemoteBrokerAuthenticationMethodsArgs

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

constructor(systemAssignedManagedIdentity: Output<ManagedIdentityAuthenticationArgs>? = null, x509: Output<MqttBridgeRemoteBrokerX509AuthenticationArgs>? = null)

Properties

Link copied to clipboard

Managed identity remote broker authentication method.

Link copied to clipboard

X509 remote broker authentication method.

Functions

Link copied to clipboard
open override fun toJava(): MqttBridgeRemoteBrokerAuthenticationMethodsArgs