Menutup permintaan. Menampilkan ApprovalRequest yang diperbarui.
CATATAN: Tindakan ini tidak akan menolak akses ke resource jika permintaan lain telah dibuat dan disetujui. Ini sama saja dengan mengabaikan permintaan sama sekali.
Menampilkan NOT_FOUND jika permintaan tidak ada.
Menampilkan FAILED_PRECONDITION jika permintaan ada tetapi tidak dalam status tertunda.
Permintaan HTTP
POST https://accessapproval.googleapis.com/v1/{name=organizations/*/approvalRequests/*}:dismiss
[[["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 2024-04-24 UTC."],[[["This document describes how to dismiss an `ApprovalRequest`, which has the same effect as ignoring the request entirely, and does not deny access to the resource if other requests have been approved."],["The HTTP request method used for dismissing an ApprovalRequest is `POST`, utilizing gRPC Transcoding syntax at the specified URL."],["Dismissing an `ApprovalRequest` requires authorization through IAM with the `accessapproval.requests.dismiss` permission, on the resource identified by `name`."],["The request body for dismissing an `ApprovalRequest` must be empty, and the successful response will contain an instance of `ApprovalRequest`."],["Authorization for this operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."]]],[]]