Broker Authenticator Method Custom Args
data class BrokerAuthenticatorMethodCustomArgs(val auth: Output<BrokerAuthenticatorCustomAuthArgs>? = null, val caCertConfigMap: Output<String>? = null, val endpoint: Output<String>, val headers: Output<Map<String, String>>? = null) : ConvertibleToJava<BrokerAuthenticatorMethodCustomArgs>
Custom method for BrokerAuthentication