BrokerAuthenticatorMethodUsernamePasswordResponse

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

UsernamePassword for BrokerAuthentication

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Keyvault username password secret properties.

Link copied to clipboard
val secretName: String? = null

Secret where username and password are stored.