BreachWatchレポートコマンド
BreachWatch レポート
エンタープライズ内の全ユーザーに対して BreachWatch のセキュリティレポートを取得します。
DotNet CLI
コマンド: breachwatch-report
パラメーター:
--format - 表示形式 (json、table、csv)
--output - 出力先ファイルパス
例:
My Vault> breachwatch-report --format csv --output breachwatch_report.csvPowerCommander
コマンド: Get-KeeperBreachWatchReport
パラメーター:
-Format - 表示形式 (json、table、csv)
-Output - 出力先ファイルパス
例:
PS> Get-KeeperBreachWatchReport -Format json
Security scores pushed to Keeper.
[
{
"email": "[email protected]",
"name": "test",
"sync_pending": "",
"at_risk": 170,
"passed": 1446,
"ignored": 0
},
{
"email": "[email protected]",
"name": "testqa",
"sync_pending": "",
"at_risk": 4,
"passed": 0,
"ignored": 0,
},
]Python CLI
コマンド: breach-watch report
フラグ:
--format : 出力形式 {table,csv,json,pdf}.
--output : 結果ファイルの出力パス (形式が table のときは無視)。
例:
My Vault> breachwatch report
Generating BreachWatch security audit report...
Saved 31 updated security report(s).
Security Audit Report (BreachWatch)
Email Name Sync Pending At Risk Passed Ignored
--------------------------------- --------------------- -------------- --------- -------- ---------
[email protected] b.ranjan 0 -4 0
[email protected] M.Naqvi 0 0 0
[email protected] A.Deshmukh 最終更新

