BrokerAuthenticatorMethodX509Args

data class BrokerAuthenticatorMethodX509Args(val authorizationAttributes: Output<Map<String, BrokerAuthenticatorMethodX509AttributesArgs>>? = null, val trustedClientCaCert: Output<String>? = null) : ConvertibleToJava<BrokerAuthenticatorMethodX509Args>

X509 for BrokerAuthentication.

Constructors

Link copied to clipboard
constructor(authorizationAttributes: Output<Map<String, BrokerAuthenticatorMethodX509AttributesArgs>>? = null, trustedClientCaCert: Output<String>? = null)

Properties

Link copied to clipboard

X509 authorization attributes properties.

Link copied to clipboard
val trustedClientCaCert: Output<String>? = null

Name of the trusted client ca cert resource.

Functions

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