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=projects/*/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 webpage details the process of invalidating an existing `ApprovalRequest` via a `POST` HTTP request."],["The `POST` request is directed to a specific URL using gRPC Transcoding syntax, and includes a `name` path parameter to identify the `ApprovalRequest`."],["The request body must be empty when sending the `POST` request to invalidate, and a successful request will return an updated `ApprovalRequest` in the response body."],["The request requires the `accessapproval.requests.invalidate` IAM permission, and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["Note that invalidating a request does not deny access if another request is already approved, it only invalidates the singular request."]]],[]]