BrokerAuthenticationPropertiesArgs

data class BrokerAuthenticationPropertiesArgs(val authenticationMethods: Output<List<BrokerAuthenticatorMethodsArgs>>) : ConvertibleToJava<BrokerAuthenticationPropertiesArgs>

BrokerAuthentication Resource properties

Constructors

Link copied to clipboard
constructor(authenticationMethods: Output<List<BrokerAuthenticatorMethodsArgs>>)

Properties

Link copied to clipboard

Defines a set of Broker authentication methods to be used on BrokerListeners. For each array element one authenticator type supported.

Functions

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