Genehmigt eine Anfrage und gibt die aktualisierte ApprovalRequest zurück.
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=projects/*/approvalRequests/*}:approve
Ein Zeitstempel im Format RFC3339 UTC "Zulu" mit einer Auflösung im Nanosekundenbereich und bis zu neun Nachkommastellen. Beispiele: "2014-10-02T15:01:23Z" und "2014-10-02T15:01:23.045123456Z".
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von ApprovalRequest.
[[["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 API endpoint approves an existing approval request, updating its status and returning the modified request, or errors if it does not exist or is not pending."],["The request is made using a `POST` HTTP method to a specific URL with a dynamic `name` path parameter, representing the ID of the approval request to be updated, which requires `accessapproval.requests.approve` IAM permission on the target resource."],["The request body includes a `expireTime` field, using RFC3339 UTC \"Zulu\" timestamp format, specifying when the approval should expire, if successful."],["A successful response returns an instance of `ApprovalRequest`, while a `NOT_FOUND` or `FAILED_PRECONDITION` error can be returned if an issue occurs."],["The endpoint requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]