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