AzureKeyVaultSmbCredentialsResponse

data class AzureKeyVaultSmbCredentialsResponse(val passwordUri: String? = null, val type: String, val usernameUri: String? = null)

The Azure Key Vault secret URIs which store the credentials.

Constructors

Link copied to clipboard
constructor(passwordUri: String? = null, type: String, usernameUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val passwordUri: String? = null

The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value.

Link copied to clipboard

The Credentials type. Expected value is 'AzureKeyVaultSmb'.

Link copied to clipboard
val usernameUri: String? = null

The Azure Key Vault secret URI which stores the username. Use empty string to clean-up existing value.