Stempel waktu dalam format RFC3339 UTC "Zulu", dengan resolusi nanodetik dan maksimal sembilan digit fraksional. Contoh: "2014-10-02T15:01:23Z" dan "2014-10-02T15:01:23.045123456Z".
Isi respons
Jika berhasil, isi respons akan berisi instance ApprovalRequest.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-24 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."]]],[]]