Share via


AzureKeyVaultSmbCredentials interface

The Azure Key Vault secret URIs which store the credentials.

Extends

Properties

passwordUri

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

type

Polymorphic discriminator, which specifies the different types this object can be

usernameUri

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

Property Details

passwordUri

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

passwordUri?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "AzureKeyVaultSmb"

Property Value

"AzureKeyVaultSmb"

usernameUri

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

usernameUri?: string

Property Value

string