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=folders/*/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 endpoint dismisses an `ApprovalRequest`, updating its status, but does not deny access if another request is approved."],["A `POST` request is made to the specified URL, which uses gRPC Transcoding syntax, with the request name as a path parameter."],["The request body must be empty, with authorization required via the `accessapproval.requests.dismiss` IAM permission."],["A successful response returns an updated `ApprovalRequest` object."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]