AzureKeyVaultSmbCredentials interface
資格情報を格納する Azure Key Vault シークレット URI。
- Extends
プロパティ
password |
パスワードを格納する Azure Key Vault シークレット URI。 空の文字列を使用して、既存の値をクリーンします。 |
type | ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。 |
username |
ユーザー名を格納する Azure Key Vaultシークレット URI。 空の文字列を使用して、既存の値をクリーンします。 |
プロパティの詳細
passwordUri
パスワードを格納する Azure Key Vault シークレット URI。 空の文字列を使用して、既存の値をクリーンします。
passwordUri?: string
プロパティ値
string
type
ポリモーフィック識別子。このオブジェクトに使用できるさまざまな型を指定します。
type: "AzureKeyVaultSmb"
プロパティ値
"AzureKeyVaultSmb"
usernameUri
ユーザー名を格納する Azure Key Vaultシークレット URI。 空の文字列を使用して、既存の値をクリーンします。
usernameUri?: string
プロパティ値
string