BrokerAuthenticatorMethodCustomArgs

data class BrokerAuthenticatorMethodCustomArgs(val auth: Output<BrokerAuthenticatorCustomAuthArgs>? = null, val caCertConfigMap: Output<String>? = null, val endpoint: Output<String>, val headers: Output<Map<String, String>>? = null) : ConvertibleToJava<BrokerAuthenticatorMethodCustomArgs>

Custom method for BrokerAuthentication

Constructors

Link copied to clipboard
constructor(auth: Output<BrokerAuthenticatorCustomAuthArgs>? = null, caCertConfigMap: Output<String>? = null, endpoint: Output<String>, headers: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard

Optional authentication needed for authenticating with the custom authentication server.

Link copied to clipboard
val caCertConfigMap: Output<String>? = null

Optional CA certificate for validating the custom authentication server's certificate.

Link copied to clipboard
val endpoint: Output<String>

Endpoint of the custom authentication server. Must be an HTTPS endpoint.

Link copied to clipboard
val headers: Output<Map<String, String>>? = null

Additional HTTP headers to pass to the custom authentication server.

Functions

Link copied to clipboard
open override fun toJava(): BrokerAuthenticatorMethodCustomArgs