Microsoft.PowerShell.SecretManagement
PowerShell SecretManagement モジュールは、ユーザーがシークレットを格納および取得するための便利な方法を提供します。 シークレットは SecretManagement 拡張機能コンテナーに格納されます。 拡張機能コンテナーは、SecretManagement に登録されている PowerShell モジュールであり、SecretManagement に必要な 5 つのモジュール関数をエクスポートします。 拡張機能コンテナーは、シークレットをローカルまたはリモートで格納できます。 拡張機能コンテナーは、現在ログインしているユーザー コンテキストに登録され、そのユーザーのみが使用できます。
Note
このモジュールは、有料サポート、Microsoft Enterprise Agreement、Microsoftソフトウェア アシュアランスなど、従来の Microsoft サポート契約でサポートされています。 問題の サポート リクエストを提出することで、PowerShell のサポートに対する支払いを行うこともできます。 ページの下部にある [フィードバック] セクションの [この製品 ] ボタンを使用して、ソース リポジトリに問題を提出してください。
Microsoft.PowerShell.SecretManagement
Get-Secret |
Finds and returns a secret by name from registered vaults. |
Get-SecretInfo |
Finds and returns metadata information about secrets in registered vaults. |
Get-SecretVault |
Finds and returns registered vault information. |
Register-SecretVault |
Registers a SecretManagement extension vault module for the current user. |
Remove-Secret |
Removes a secret from a specified registered extension vault. |
Set-Secret |
Adds a secret to a SecretManagement registered vault. |
Set-SecretInfo |
Adds or replaces additional secret metadata to a secret currently stored in a vault. |
Set-SecretVaultDefault |
Sets the provided vault name as the default vault for the current user. |
Test-SecretVault |
Runs an extension vault self test. |
Unregister-SecretVault |
Un-registers an extension vault from SecretManagement for the current user. |
PowerShell