Broker Authenticator Custom Auth X509Args
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)