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