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."],[[["\u003cp\u003eThis document describes how to dismiss an \u003ccode\u003eApprovalRequest\u003c/code\u003e, which has the same effect as ignoring the request entirely, and does not deny access to the resource if other requests have been approved.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request method used for dismissing an ApprovalRequest is \u003ccode\u003ePOST\u003c/code\u003e, utilizing gRPC Transcoding syntax at the specified URL.\u003c/p\u003e\n"],["\u003cp\u003eDismissing an \u003ccode\u003eApprovalRequest\u003c/code\u003e requires authorization through IAM with the \u003ccode\u003eaccessapproval.requests.dismiss\u003c/code\u003e permission, on the resource identified by \u003ccode\u003ename\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for dismissing an \u003ccode\u003eApprovalRequest\u003c/code\u003e must be empty, and the successful response will contain an instance of \u003ccode\u003eApprovalRequest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this operation requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.approvalRequests.dismiss\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nDismisses a request. Returns the updated ApprovalRequest.\n\nNOTE: This does not deny access to the resource if another request has been made and approved. It is equivalent in effect to ignoring the request altogether.\n\nReturns NOT_FOUND if the request does not exist.\n\nReturns FAILED_PRECONDITION if the request exists but is not in a pending state.\n\n### HTTP request\n\n`POST https://accessapproval.googleapis.com/v1/{name=organizations/*/approvalRequests/*}:dismiss`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ApprovalRequest](/assured-workloads/access-approval/docs/reference/rest/v1/folders.approvalRequests#ApprovalRequest).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]