Dispensa uma solicitação. Retorna a ApprovalRequest atualizada.
OBSERVAÇÃO: isso não negará o acesso ao recurso se outra solicitação tiver sido feita e aprovada. Em efeito, é equivalente a ignorar completamente a solicitação.
Retornará NOT_FOUND se a solicitação não existir.
Retorna FAILED_PRECONDITION se a solicitação existe, mas não está em estado pendente.
Solicitação HTTP
POST https://accessapproval.googleapis.com/v1/{name=organizations/*/approvalRequests/*}:dismiss
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-16 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`."]]],[]]