Dismisses a request. Returns the updated ApprovalRequest.
NOTE: 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.
Returns NOT_FOUND if the request does not exist.
Returns FAILED_PRECONDITION if the request exists but is not in a pending state.
HTTP request
POST https://accessapproval.googleapis.com/v1/{name=organizations/*/approvalRequests/*}:dismiss
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-30 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`."]]],[]]