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=folders/*/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 endpoint dismisses an `ApprovalRequest`, updating its status, but does not deny access if another request is approved."],["A `POST` request is made to the specified URL, which uses gRPC Transcoding syntax, with the request name as a path parameter."],["The request body must be empty, with authorization required via the `accessapproval.requests.dismiss` IAM permission."],["A successful response returns an updated `ApprovalRequest` object."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]