BrokerAuthenticatorMethodX509AttributesArgs

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

BrokerAuthenticatorMethodX509Attributes properties. NOTE - Enum only type supported at a time.

Constructors

constructor(keyVault: Output<KeyVaultSecretPropertiesArgs>? = null, secretName: Output<String>? = null)

Properties

Link copied to clipboard

Keyvault x509 attributes secret properties.

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

Secret where x509 attributes are stored.

Functions

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