[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-06-02 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."]]],[]]