Broker Authenticator Method X509Args
data class BrokerAuthenticatorMethodX509Args(val attributes: Output<BrokerAuthenticatorMethodX509AttributesArgs>? = null, val trustedClientCaCertConfigMap: Output<String>? = null) : ConvertibleToJava<BrokerAuthenticatorMethodX509Args>
X509 for BrokerAuthentication.
Constructors
Link copied to clipboard
constructor(attributes: Output<BrokerAuthenticatorMethodX509AttributesArgs>? = null, trustedClientCaCertConfigMap: Output<String>? = null)