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=projects/*/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 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."]]],[]]