BrokerAuthenticatorMethodX509Response

data class BrokerAuthenticatorMethodX509Response(val attributes: BrokerAuthenticatorMethodX509AttributesResponse? = null, val trustedClientCaCertConfigMap: String? = null)

X509 for BrokerAuthentication.

Constructors

Link copied to clipboard
constructor(attributes: BrokerAuthenticatorMethodX509AttributesResponse? = null, trustedClientCaCertConfigMap: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

K8S Secret name to mount for username and password.

Link copied to clipboard

Trusted client ca cert config map.