failure_user_id_mapping_unavailable ユーザー ID のマッピングが利用できないためにログインに失敗したかどうか。
initiated_by
string
SAML 認証のリクエスト元。有効な値:
idp IdP によって開始された SAML 認証。
sp SP によって開始された SAML 認証。
orgunit_path
string
ユーザーの組織部門。
saml_second_level_status_code
string
レスポンスのセカンドレベル ステータス。
saml_status_code
string
レスポンスのステータス。
サンプル リクエスト
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/saml?eventName=login_failure&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理コンソールのメッセージの形式
{actor} failed to login because of the following error: {failure_type}
ログイン成功
SAML ログイン成功
イベントの詳細
イベント名
login_success
パラメータ
application_name
string
Saml SP アプリケーション名。
device_id
string
Saml のデバイス ID。
initiated_by
string
SAML 認証のリクエスト元。有効な値:
idp IdP によって開始された SAML 認証。
sp SP によって開始された SAML 認証。
orgunit_path
string
ユーザーの組織部門。
saml_status_code
string
レスポンスのステータス。
サンプル リクエスト
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/saml?eventName=login_success&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2022-12-19 UTC。"],[[["This document outlines SAML Audit activity events, accessible via the Activities.list() method with applicationName=saml."],["It details the parameters and event types for both successful (login_success) and failed (login_failure) SAML login attempts."],["For failed logins, the failure_type parameter provides specific reasons for authentication failures."],["Successful and failed login events both include application name, device ID, initiator (IdP or SP), org unit, and SAML status codes."]]],["This document outlines SAML audit activity events, retrievable via `Activities.list()` with `applicationName=saml`. Two event types are detailed: successful login (`login_success`) and failed login (`login_failure`). For failed logins, parameters include the application name, device ID, failure type (e.g., `failure_app_not_configured_for_user`), initiator (IdP or SP), orgunit path, and SAML status codes. Successful login parameters include application name, device ID, initiator, orgunit path, and status code. Each event has sample requests and admin console message formats.\n"]]