Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Melihat histori permintaan Persetujuan Akses
Dokumen ini menjelaskan cara melihat semua histori permintaan akses untuk project.
Sebelum memulai
Pastikan Anda telah menyiapkan Persetujuan Akses dengan mengikuti petunjuk di Panduan Memulai.
Pastikan Anda memiliki peran Identity and Access Management (IAM) Access Approval Viewer (roles/accessapproval.viewer). Untuk mengetahui informasi selengkapnya tentang peran IAM untuk Persetujuan Akses, lihat Peran Persetujuan Akses.
Melihat histori permintaan akses
Konsol
Buka halaman Access Approval di Google Cloud console.
Tabel akan muncul yang menyertakan semua permintaan yang disetujui, disetujui otomatis, ditolak, dan
habis masa berlakunya.
Opsional: Jika Anda ingin melihat detail permintaan akses, klik
Details di kolom Details & logs.
Opsional: Jika Anda ingin melihat Cloud Audit Logs atau log Transparansi Akses, klik Logs.
Cloud Audit Logs memberikan informasi tentang tindakan persetujuan dan penolakan
yang dilakukan oleh anggota dalam organisasi Anda. Untuk informasi selengkapnya, lihat Ringkasan Cloud Audit Logs.
Log Transparansi Akses memberikan informasi tentang tindakan yang dilakukan oleh staf Google saat mengakses Data Pelanggan. Untuk informasi selengkapnya, lihat
Ringkasan Transparansi Akses.
Anda juga dapat melihat histori persetujuan menggunakan
Logs Explorer.
Secara default, API mencantumkan semua permintaan yang tidak disetujui, disetujui, disetujui otomatis, dan
yang belum habis masa berlakunya. Ada parameter filter untuk melakukan tugas seperti
mencantumkan semua permintaan yang ditutup. Untuk mengetahui informasi selengkapnya, lihat
Access Approval API.
Anda akan menerima daftar persetujuan akses historis beserta statusnya.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-18 UTC."],[[["\u003cp\u003eThis document provides instructions on how to view all historical access requests for a project within Google Cloud.\u003c/p\u003e\n"],["\u003cp\u003eYou can access the history of approved, auto-approved, dismissed, and expired requests through the Access Approval page in the Google Cloud console, and view details and logs by clicking the "Details" or "Logs" buttons, respectively.\u003c/p\u003e\n"],["\u003cp\u003eHistorical approvals can also be viewed using the Logs Explorer, with the option to filter by the Audited Resource \u003ccode\u003eaccessapproval.googleapis.com\u003c/code\u003e if Cloud Audit Logs are enabled.\u003c/p\u003e\n"],["\u003cp\u003eThe cURL command provided allows you to retrieve a list of historical access approvals via the API, including their status, with a filter parameter available for specific tasks such as listing dismissed requests.\u003c/p\u003e\n"]]],[],null,["# Viewing historical Access Approval requests\n===========================================\n\nThis document explains how you can view all historical access requests for a\nproject.\n\nBefore you begin\n----------------\n\n- Ensure that you have set up Access Approval by following the\n instructions in the [Quickstart](/assured-workloads/access-approval/docs/quickstart).\n\n- Ensure that you have the **Access Approval Viewer**\n (`roles/accessapproval.viewer`) Identity and Access Management (IAM) role. For\n more information about IAM roles for\n Access Approval, see [Access Approval roles](/iam/docs/understanding-roles#access-approval-roles).\n\nView historical access requests\n-------------------------------\n\n### Console\n\n1. Go to the **Access Approval** page in the Google Cloud console.\n\n [Go to Access Approval](https://console.cloud.google.com/security/access-approval)\n2. Click **History**.\n\n A table appears that includes all approved, auto-approved, dismissed, and\n expired requests.\n\n\n3. Optional: If you want to see the details of any access request, click\n **Details** in the **Details \\& logs** column.\n\n4. Optional: If you want to view the Cloud Audit Logs or the Access Transparency logs, click\n **Logs**.\n\n Cloud Audit Logs provide information about the approval and dismissal actions\n taken by members within your organization. For more information, see\n [Cloud Audit Logs overview](/logging/docs/audit).\n\n Access Transparency logs provide information about the actions taken by Google\n personnel when accessing Customer Data. For more information, see\n [Access Transparency overview](/assured-workloads/access-transparency/docs/overview).\n\nYou can also see historical approvals using the\n[Logs Explorer](/logging/docs/view/logs-explorer-summary).\n\n[Go to Cloud Logging](https://console.cloud.google.com/logs/query)\n\nIf you enable Cloud Audit Logs in your Google Cloud project, you can\nfilter by the Audited Resource `accessapproval.googleapis.com`.\n\n### cURL\n\n curl -H \"$(oauth2l header --json service-account-credentials.json cloud-platform)\" \\\n https://accessapproval.googleapis.com/v1/projects/\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e/approvalRequests?filter=ALL\n\nBy default, the API lists all unapproved, approved, auto-approved, and\nnon-expired requests. There is a filter parameter to do tasks such as\nlisting all dismissed requests. For more information, see\n[Access Approval API](/assured-workloads/access-approval/docs/reference/rest).\n\nYou receive a list of historical access approvals with their status. \n\n {\n \"approvalRequests\": [\n {\n \"name\": \"projects/123456/approvalRequests/xyzabc123\",\n \"requestedResourceName\": \"projects/123456\",\n \"requestedReason\": {\n \"detail\": \"Case number: bar123\"\n \"type\": \"CUSTOMER_INITIATED_SUPPORT\"\n },\n \"requestedLocations\": {\n \"principalOfficeCountry\": \"US\",\n \"principalPhysicalLocationCountry\": \"US\"\n },\n \"requestTime\": \"2018-08-30T17:49:13.712Z\",\n \"requestedExpiration\": \"2018-09-04T17:49:13.540Z\",\n \"approve\": {\n \"approveTime\": \"2018-08-30T17:49:15.737Z\",\n \"expireTime\": \"2018-09-04T17:49:13.540Z\"\n }\n }\n ]\n }\n\nWhat's next\n-----------\n\n- Learn more about the [anatomy of an approval request](/assured-workloads/access-approval/docs/approval-request-details)."]]