BrokerAuthenticatorMethodX509Response

data class BrokerAuthenticatorMethodX509Response(val authorizationAttributes: Map<String, BrokerAuthenticatorMethodX509AttributesResponse>? = null, val trustedClientCaCert: String? = null)

X509 for BrokerAuthentication.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

X509 authorization attributes properties.

Link copied to clipboard

Name of the trusted client ca cert resource.