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)."],[[["\u003cp\u003eThis endpoint dismisses an \u003ccode\u003eApprovalRequest\u003c/code\u003e, updating its status, but does not deny access if another request is approved.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003ePOST\u003c/code\u003e request is made to the specified URL, which uses gRPC Transcoding syntax, with the request name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, with authorization required via the \u003ccode\u003eaccessapproval.requests.dismiss\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns an updated \u003ccode\u003eApprovalRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: folders.approvalRequests.dismiss\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nDismisses a request. Returns the updated ApprovalRequest.\n\nNOTE: 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.\n\nReturns NOT_FOUND if the request does not exist.\n\nReturns FAILED_PRECONDITION if the request exists but is not in a pending state.\n\n### HTTP request\n\n`POST https://accessapproval.googleapis.com/v1/{name=folders/*/approvalRequests/*}:dismiss`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ApprovalRequest](/assured-workloads/access-approval/docs/reference/rest/v1/folders.approvalRequests#ApprovalRequest).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]