{"name": string,"requestedResourceName": string,"requestedResourceProperties": {object (ResourceProperties)},"requestedReason": {object (AccessReason)},"requestedLocations": {object (AccessLocations)},"requestTime": string,"requestedExpiration": string,// Union field decision can be only one of the following:"approve": {object (ApproveDecision)},"dismiss": {object (DismissDecision)}// End of list of possible types for union field decision.}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-05-16。"],[[["\u003cp\u003eApprovalRequest is a resource representing a request for a customer to approve access to a specified resource.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of an ApprovalRequest includes details such as the resource name, properties, requested reason, locations, request time, and requested expiration.\u003c/p\u003e\n"],["\u003cp\u003eAn ApprovalRequest's state is determined by a union field named "decision," which can be either "approve" or "dismiss," indicating whether access was granted or the request was denied.\u003c/p\u003e\n"],["\u003cp\u003eKey methods associated with ApprovalRequests include approve, dismiss, get, invalidate, and list, allowing actions like granting access, denying requests, retrieving details, invalidating requests and listing them.\u003c/p\u003e\n"],["\u003cp\u003eThe resource name and the resource for which the approval is requested is defined by strings.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.approvalRequests\n\n- [Resource: ApprovalRequest](#ApprovalRequest)\n - [JSON representation](#ApprovalRequest.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ApprovalRequest\n-------------------------\n\nA request for the customer to approve access to a resource."]]