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
Constructors
Link copied to clipboard
                fun BrokerAuthenticatorMethodCustomArgs(auth: Output<BrokerAuthenticatorCustomAuthArgs>? = null, caCertConfigMap: Output<String>? = null, endpoint: Output<String>, headers: Output<Map<String, String>>? = null)