フィードバックを送信
Context-Aware Access Audit Activity Events
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このドキュメントでは、コンテキストアウェア アクセスのさまざまな種類の監査アクティビティ イベントのイベントとパラメータについて説明します。これらのイベントを取得するには、applicationName=context_aware_access
を使用して Activities.list() を呼び出します。
コンテキストアウェア アクセスのユーザー イベント
監査ログ イベントタイプ「コンテキストアウェア アクセスのユーザー イベント」の簡単な説明。
このタイプのイベントは type=CONTEXT_AWARE_ACCESS_USER_EVENT
とともに返されます。
アクセスが拒否されました
アクセス拒否イベントのイベント名。
イベントの詳細
イベント名
ACCESS_DENY_EVENT
パラメータ
BLOCKED_ API_ ACCESS
string
ブロックされた API アクセスの表示名。
CAA_ ACCESS_ LEVEL_ APPLIED
string
適用されているアクセスレベルの表示名。
CAA_ ACCESS_ LEVEL_ SATISFIED
string
条件を満たしているアクセスレベルの表示名。
CAA_ ACCESS_ LEVEL_ UNSATISFIED
string
アクセスレベルの不足の表示名。
CAA_ APPLICATION
string
アプリケーションの表示名。
CAA_ DEVICE_ ID
string
デバイス ID の表示名。
CAA_ DEVICE_ STATE
string
デバイスの状態の表示名。
リクエストの例
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications /context_aware_access ?eventName=ACCESS_DENY_EVENT &maxResults=10 &access_token=YOUR_ACCESS_TOKEN
管理コンソールのメッセージ形式
{USER_NAME} access denied
アクセス拒否(内部エラー)
アクセス拒否の内部エラー イベントのイベント名。
イベントの詳細
イベント名
ACCESS_DENY_INTERNAL_ERROR_EVENT
リクエストの例
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications /context_aware_access ?eventName=ACCESS_DENY_INTERNAL_ERROR_EVENT &maxResults=10 &access_token=YOUR_ACCESS_TOKEN
管理コンソールのメッセージ形式
{USER_NAME} access denied internal error
フィードバックを送信
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンス により使用許諾されます。コードサンプルは Apache 2.0 ライセンス により使用許諾されます。詳しくは、Google Developers サイトのポリシー をご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-25 UTC。
ご意見をお聞かせください
[[["わかりやすい","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"]],["最終更新日 2025-03-25 UTC。"],[],[],null,["# Context-Aware Access Audit Activity Events\n\nThis document lists the events and parameters for\nvarious types of\nContext-Aware Access Audit activity events. You can retrieve these events by\ncalling [Activities.list()](/workspace/admin/reports/v1/reference/activities/list)\nwith `applicationName=context_aware_access`.\n\nContext-Aware Access User Event\n-------------------------------\n\n\nShort discription of audit log event type Context-Aware Access user event.\nEvents of this type are returned with `type=CONTEXT_AWARE_ACCESS_USER_EVENT`.\n\n### Access Denied\n\nEvent name of access deny event.\n\n| Event details ||\n|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Event name | `ACCESS_DENY_EVENT` |\n| Parameters | |--------------------------------------|----------------------------------------------------| | `BLOCKED_``API_``ACCESS` | `string` Display name of Blocked API access. | | `CAA_``ACCESS_``LEVEL_``APPLIED` | `string` Display name of Access level applied. | | `CAA_``ACCESS_``LEVEL_``SATISFIED` | `string` Display name of Access level satisfied. | | `CAA_``ACCESS_``LEVEL_``UNSATISFIED` | `string` Display name of Access level unsatisfied. | | `CAA_``APPLICATION` | `string` Display name of Application. | | `CAA_``DEVICE_``ID` | `string` Display name of Device Id. | | `CAA_``DEVICE_``STATE` | `string` Display name of Device State. | |\n| Sample request | `GET https://admin.googleapis.com``/admin``/reports``/v1``/activity``/users``/all``/applications``/`**context_aware_access** `?eventName=`**ACCESS_DENY_EVENT** `&maxResults=10``&access_token=`\u003cvar translate=\"no\"\u003eYOUR_ACCESS_TOKEN\u003c/var\u003e |\n| Admin Console message format | \u003cvar translate=\"no\"\u003e{USER_NAME}\u003c/var\u003e` access denied` |\n\n### Access Denied Internal Error\n\nEvent name of access denied internal error event.\n\n| Event details ||\n|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Event name | `ACCESS_DENY_INTERNAL_ERROR_EVENT` |\n| Sample request | `GET https://admin.googleapis.com``/admin``/reports``/v1``/activity``/users``/all``/applications``/`**context_aware_access** `?eventName=`**ACCESS_DENY_INTERNAL_ERROR_EVENT** `&maxResults=10``&access_token=`\u003cvar translate=\"no\"\u003eYOUR_ACCESS_TOKEN\u003c/var\u003e |\n| Admin Console message format | \u003cvar translate=\"no\"\u003e{USER_NAME}\u003c/var\u003e` access denied internal error` |"]]