idp-server コントロールプレーン セキュリティイベント管理 API (1.0.0)
Download OpenAPI specification:Download
セキュリティイベント、監査ログ、セキュリティイベントフックの管理API仕様書
List organization security events
組織テナント内のセキュリティイベント一覧を取得します
path Parameters
| organization-id required | string <uuid> 組織の識別子 |
| tenant-id required | string テナントの識別子 |
query Parameters
| limit | integer [ 1 .. 1000 ] Default: 20 返すセキュリティイベントの最大数 |
| offset | integer >= 0 Default: 0 ページネーションのためにスキップするセキュリティイベント数 |
| event_type | string Example: event_type=login_success,inspect_token_success セキュリティイベントタイプでフィルター(カンマ区切りで複数指定可能) |
| from | string <date-time> セキュリティイベントをフィルターするための開始タイムスタンプ(ISO 8601形式) 注意: デフォルト値は設定されていません。省略時は全期間から検索します。 |
| to | string <date-time> セキュリティイベントをフィルターするための終了タイムスタンプ(ISO 8601形式) 注意: デフォルト値は設定されていません。省略時は全期間から検索します。 |
| client_id | string クライアント識別子でフィルター |
| user_id | string <uuid> ユーザー識別子でフィルター |
| external_user_id | string 外部ユーザー識別子でフィルター |
| user_name | string ユーザー名でフィルター(部分一致) |
| ip_address | string Example: ip_address=192.168.1.100 IPアドレスでフィルター(IPv4またはIPv6形式、完全一致) |
| user_agent | string Example: user_agent=Mozilla |