Broker Authenticator Custom Auth X509Response
    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
Link copied to clipboard
                fun BrokerAuthenticatorCustomAuthX509Response(keyVault: KeyVaultCertificatePropertiesResponse? = null, secretName: String? = null)