AzureKeyVaultSmbCredentials interface
The Azure Key Vault secret URIs which store the credentials.
- Extends
Properties
| password |
The Azure Key Vault secret URI which stores the password. Use empty string to clean-up existing value. |
| type | The Credentials type. |
| username |
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
The Credentials type.
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