BrokerAuthenticatorMethodsResponse

data class BrokerAuthenticatorMethodsResponse(val custom: BrokerAuthenticatorMethodCustomResponse? = null, val method: String, val serviceAccountToken: BrokerAuthenticatorMethodSatResponse? = null, val x509Credentials: BrokerAuthenticatorMethodX509Response? = null)

Set of broker authentication policies. Only one method is supported for each entry.

Constructors

Link copied to clipboard
constructor(custom: BrokerAuthenticatorMethodCustomResponse? = null, method: String, serviceAccountToken: BrokerAuthenticatorMethodSatResponse? = null, x509Credentials: BrokerAuthenticatorMethodX509Response? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Custom authentication configuration.

Link copied to clipboard

Custom authentication configuration.

Link copied to clipboard

ServiceAccountToken authentication configuration.

Link copied to clipboard

X.509 authentication configuration.