A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
Response body
If successful, the response body contains an instance of ApprovalRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-30 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."]]],[]]