Broker Authenticator Methods Response
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)