Um carimbo de data/hora no formato RFC3339 UTC "Zulu", com resolução de nanossegundos e até nove dígitos fracionários. Exemplos: "2014-10-02T15:01:23Z" e "2014-10-02T15:01:23.045123456Z".
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta conterá uma instância de ApprovalRequest.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2024-05-16 UTC."],[[["This API endpoint approves an existing approval request, updating its status and returning the modified request, or a failure if the request is not found or is not in the pending state."],["The HTTP request method is a `POST` to a specific URL that includes the request's unique identifier (`name`) as a path parameter using gRPC Transcoding syntax."],["To make this API request, one must use the `accessapproval.requests.approve` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The request body requires a JSON object with an `expireTime` field, which is a string representing the approval's expiration timestamp in RFC3339 UTC \"Zulu\" format."],["A successful response returns an `ApprovalRequest` instance, while a failure will return `NOT_FOUND` if the request does not exist, or `FAILED_PRECONDITION` if the request is not pending."]]],[]]