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=projects/*/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 approval request, effectively ignoring it, and returns the updated ApprovalRequest."],["The HTTP request is a `POST` to the specified URL with gRPC Transcoding syntax, and it uses path parameters to identify the request."],["The `name` parameter specifies the ApprovalRequest to dismiss, and requires `accessapproval.requests.dismiss` IAM permission."],["The request body must be empty, and if successful, the response contains an instance of the updated ApprovalRequest."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]