Broker Authenticator Method X509Args
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
val authorizationAttributes: Output<Map<String, BrokerAuthenticatorMethodX509AttributesArgs>>? = null
X509 authorization attributes properties.
Link copied to clipboard
Name of the trusted client ca cert resource.