BrokerAuthenticatorCustomAuthX509Args

data class BrokerAuthenticatorCustomAuthX509Args(val keyVault: Output<KeyVaultCertificatePropertiesArgs>? = null, val secretName: Output<String>? = null) : ConvertibleToJava<BrokerAuthenticatorCustomAuthX509Args>

X509 Custom Authentication properties. NOTE - Enum only authenticator type supported at a time.

Constructors

Link copied to clipboard
constructor(keyVault: Output<KeyVaultCertificatePropertiesArgs>? = null, secretName: Output<String>? = null)

Properties

Link copied to clipboard

Keyvault X509 secret properties.

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

Secret where cert details are stored.

Functions

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