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 webpage details how to approve an access request via a POST HTTP request to a specified URL, following gRPC Transcoding syntax."],["The request URL requires a `name` parameter, which is a string identifying the approval request, and it also requires specific IAM permissions (`accessapproval.requests.approve`)."],["The request body must include `expireTime`, a timestamp formatted string specifying the approval's expiration, following RFC3339 UTC \"Zulu\" standards."],["A successful request returns an instance of `ApprovalRequest`, and failures will result in either `NOT_FOUND` if the request doesn't exist, or `FAILED_PRECONDITION` if it's not in a pending state."],["Authorizing this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]