BrokerAuthenticatorMethodsResponse

data class BrokerAuthenticatorMethodsResponse(val customSettings: BrokerAuthenticatorMethodCustomResponse? = null, val method: String, val serviceAccountTokenSettings: BrokerAuthenticatorMethodSatResponse? = null, val x509Settings: BrokerAuthenticatorMethodX509Response? = null)

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

Constructors

Link copied to clipboard
constructor(customSettings: BrokerAuthenticatorMethodCustomResponse? = null, method: String, serviceAccountTokenSettings: BrokerAuthenticatorMethodSatResponse? = null, x509Settings: 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.