Reference documentation and code samples for the Access Approval V1 API module Google::Cloud::AccessApproval::V1::AccessApproval.
This API allows a customer to manage accesses to cloud resources by
Google personnel. It defines the following resource model:
The API has a collection of
ApprovalRequest
resources, named approvalRequests/{approval_request}
The API has top-level settings per Project/Folder/Organization, named
accessApprovalSettings
The service also periodically emails a list of recipients, defined at the
Project/Folder/Organization level in the accessApprovalSettings, when there
is a pending ApprovalRequest for them to act on. The ApprovalRequests can
also optionally be published to a Pub/Sub topic owned by the customer
(contact support if you would like to enable Pub/Sub notifications).
Note: Using Access Approval functionality will mean that Google may not be
able to meet the SLAs for your chosen products, as any support response times
may be dramatically increased. As such the SLAs do not apply to any service
disruption to the extent impacted by Customer's use of Access Approval. Do
not enable Access Approval for projects where you may require high service
availability and rapid response by Google Cloud Support.
After a request is approved or dismissed, no further action may be taken on
it. Requests with the requested_expiration in the past or with no activity
for 14 days are considered dismissed. When an approval expires, the request
is considered dismissed.
If a request is not approved or dismissed, we call it pending.
To load this service and instantiate a REST client:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Access Approval V1 API - Module Google::Cloud::AccessApproval::V1::AccessApproval (v1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/ruby/docs/reference/google-cloud-access_approval-v1/latest/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [1.2.1](/ruby/docs/reference/google-cloud-access_approval-v1/1.2.1/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [1.1.0](/ruby/docs/reference/google-cloud-access_approval-v1/1.1.0/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [1.0.2](/ruby/docs/reference/google-cloud-access_approval-v1/1.0.2/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.12.0](/ruby/docs/reference/google-cloud-access_approval-v1/0.12.0/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.11.2](/ruby/docs/reference/google-cloud-access_approval-v1/0.11.2/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.10.0](/ruby/docs/reference/google-cloud-access_approval-v1/0.10.0/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.9.0](/ruby/docs/reference/google-cloud-access_approval-v1/0.9.0/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.8.0](/ruby/docs/reference/google-cloud-access_approval-v1/0.8.0/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.7.1](/ruby/docs/reference/google-cloud-access_approval-v1/0.7.1/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.6.0](/ruby/docs/reference/google-cloud-access_approval-v1/0.6.0/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.5.0](/ruby/docs/reference/google-cloud-access_approval-v1/0.5.0/Google-Cloud-AccessApproval-V1-AccessApproval)\n- [0.4.5](/ruby/docs/reference/google-cloud-access_approval-v1/0.4.5/Google-Cloud-AccessApproval-V1-AccessApproval) \nReference documentation and code samples for the Access Approval V1 API module Google::Cloud::AccessApproval::V1::AccessApproval.\n\nThis API allows a customer to manage accesses to cloud resources by\nGoogle personnel. It defines the following resource model:\n\n- The API has a collection of [ApprovalRequest](/ruby/docs/reference/google-cloud-access_approval-v1/latest/Google-Cloud-AccessApproval-V1-ApprovalRequest \"Google::Cloud::AccessApproval::V1::ApprovalRequest (class)\") resources, named `approvalRequests/{approval_request}`\n- The API has top-level settings per Project/Folder/Organization, named `accessApprovalSettings`\n\nThe service also periodically emails a list of recipients, defined at the\nProject/Folder/Organization level in the accessApprovalSettings, when there\nis a pending ApprovalRequest for them to act on. The ApprovalRequests can\nalso optionally be published to a Pub/Sub topic owned by the customer\n(contact support if you would like to enable Pub/Sub notifications).\n\nApprovalRequests can be approved or dismissed. Google personnel can only\naccess the indicated resource or resources if the request is approved\n(subject to some exclusions:\n\u003chttps://cloud.google.com/access-approval/docs/overview#exclusions\u003e).\n\nNote: Using Access Approval functionality will mean that Google may not be\nable to meet the SLAs for your chosen products, as any support response times\nmay be dramatically increased. As such the SLAs do not apply to any service\ndisruption to the extent impacted by Customer's use of Access Approval. Do\nnot enable Access Approval for projects where you may require high service\navailability and rapid response by Google Cloud Support.\n\nAfter a request is approved or dismissed, no further action may be taken on\nit. Requests with the requested_expiration in the past or with no activity\nfor 14 days are considered dismissed. When an approval expires, the request\nis considered dismissed.\n\nIf a request is not approved or dismissed, we call it pending.\n\nTo load this service and instantiate a REST client: \n\n require \"google/cloud/access_approval/v1/access_approval/rest\"\n client = ::Google::Cloud::AccessApproval::V1::AccessApproval::Rest::Client.new"]]