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 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."]]],[]]