Lehnt eine Anfrage ab Gibt die aktualisierte Genehmigungsanfrage zurück
HINWEIS: Der Zugriff auf die Ressource wird nicht verweigert, wenn eine andere Anfrage gestellt und genehmigt wurde. Das entspricht dem Ignorieren der Anfrage ganz.
Gibt NOT_FOUND zurück, wenn die Anforderung nicht existiert.
Gibt FAILED_PRECONDITION zurück, wenn die Anfrage vorhanden ist, sich aber nicht im Status „ausstehend“ befindet.
HTTP-Anfrage
POST https://accessapproval.googleapis.com/v1/{name=organizations/*/approvalRequests/*}:dismiss
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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`."]]],[]]