BrokerAuthenticatorMethodX509AttributesResponse

data class BrokerAuthenticatorMethodX509AttributesResponse(val keyVault: KeyVaultSecretPropertiesResponse? = null, val secretName: String? = null)

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

Constructors

constructor(keyVault: KeyVaultSecretPropertiesResponse? = null, secretName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Keyvault x509 attributes secret properties.

Link copied to clipboard
val secretName: String? = null

Secret where x509 attributes are stored.