BrokerAuthenticatorCustomAuthX509Response

data class BrokerAuthenticatorCustomAuthX509Response(val keyVault: KeyVaultCertificatePropertiesResponse? = null, val secretName: String? = null)

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Keyvault X509 secret properties.

Link copied to clipboard
val secretName: String? = null

Secret where cert details are stored.