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