BrokerAuthenticatorCustomAuthArgs

data class BrokerAuthenticatorCustomAuthArgs(val x509: Output<X509ManualCertificateArgs>) : ConvertibleToJava<BrokerAuthenticatorCustomAuthArgs>

Custom Authentication properties

Constructors

Link copied to clipboard
constructor(x509: Output<X509ManualCertificateArgs>)

Properties

Link copied to clipboard

X509 Custom Auth type details.

Functions

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