AzureKeyVaultSmbCredentialsArgs

data class AzureKeyVaultSmbCredentialsArgs(val passwordUri: Output<String>? = null, val type: Output<String>, val usernameUri: Output<String>? = null) : ConvertibleToJava<AzureKeyVaultSmbCredentialsArgs>

The Azure Key Vault secret URIs which store the credentials.

Constructors

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

Properties

Link copied to clipboard
val passwordUri: Output<String>? = null

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

Link copied to clipboard
val type: Output<String>

The Credentials type. Expected value is 'AzureKeyVaultSmb'.

Link copied to clipboard
val usernameUri: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AzureKeyVaultSmbCredentialsArgs