Verwertet eine vorhandene ApprovalRequest. Gibt die aktualisierte Genehmigungsanfrage zurück
HINWEIS: Der Zugriff auf die Ressource wird nicht verweigert, wenn eine andere Anfrage gestellt und genehmigt wurde. Nur eine einzelne Genehmigung wird ungültig gemacht.
Gibt FAILED_PRECONDITION zurück, wenn die Anfrage existiert, aber nicht genehmigt ist.
HTTP-Anfrage
POST https://accessapproval.googleapis.com/v1/{name=organizations/*/approvalRequests/*}:invalidate
[[["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 invalidates an existing `ApprovalRequest`, returning the updated request, but it does not deny access if another request has been approved."],["A `POST` request is made to the specified URL to invalidate an ApprovalRequest, and the URL uses gRPC Transcoding syntax."],["The `name` path parameter, representing the ApprovalRequest to invalidate, is required and requires specific IAM permission."],["The request body for this operation must be empty."],["A successful response includes an instance of `ApprovalRequest` in the response body and the operation requires `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]