イベント API

1Passwordマニュアル|イベントAPIの統合を簡単に設定し、セキュリティートークンを生成する方法を詳しく解説します。安全なデータ管理が可能です。

Subcommands

events-api create

Events API 統合トークンをCreateします。

op events-api create <name> [flags]

Flags

--expires-in duration Set how the long the events-api token is valid for in

(s)econds, (m)inutes, (h)ours, (d)ays, and/or (w)eeks.

--features features Set the comma-separated list of features the integration

token can be used for. Options: `signinattempts`,

`itemusages`, `auditevents`.

1Password CLI はCreate功するとトークンを出力します。

ビジネスアカウントが必要です。

1 時間で期限切れになるサインイン試行を報告するイベント API 統合をCreateします。

op events-api create SigninEvents --features signinattempts --expires-in 1h

期限切れにならないサポートされている全てのイベントを報告するイベント API 統合をCreateします。

op events-api create AllEvents

Last updated