Reference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class ManualApprovals.
A manual approval workflow where users who are designated as approvers
need to call theApproveGrant/DenyGrantAPIs for a grant. The workflow
can consist of multiple serial steps where each step defines who can act as
approver in that step and how many of those users should approve before the
workflow moves to the next step.
This can be used to create approval workflows such as:
Require an approval from any user in a group G.
Require an approval from any k number of users from a Group G.
Require an approval from any user in a group G and then from a user U.
A single user might be part of theapproversACL for multiple steps in this
workflow, but they can only approve once and that approval is only considered
to satisfy the approval step at which it was granted.
Generated from protobuf messagegoogle.cloud.privilegedaccessmanager.v1.ManualApprovals
Namespace
Google \ Cloud \ PrivilegedAccessManager \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ require_approver_justification
bool
Optional. Do the approvers need to provide a justification for their actions?
[[["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-04 UTC."],[],[],null,["# Google Cloud Privileged Access Manager V1 Client - Class ManualApprovals (0.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.0 (latest)](/php/docs/reference/cloud-privilegedaccessmanager/latest/V1.ManualApprovals)\n- [0.2.1](/php/docs/reference/cloud-privilegedaccessmanager/0.2.1/V1.ManualApprovals)\n- [0.1.4](/php/docs/reference/cloud-privilegedaccessmanager/0.1.4/V1.ManualApprovals) \nReference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class ManualApprovals.\n\nA manual approval workflow where users who are designated as approvers\nneed to call the `ApproveGrant`/`DenyGrant` APIs for a grant. The workflow\ncan consist of multiple serial steps where each step defines who can act as\napprover in that step and how many of those users should approve before the\nworkflow moves to the next step.\n\nThis can be used to create approval workflows such as:\n\n- Require an approval from any user in a group G.\n- Require an approval from any k number of users from a Group G.\n- Require an approval from any user in a group G and then from a user U. A single user might be part of the `approvers` ACL for multiple steps in this workflow, but they can only approve once and that approval is only considered to satisfy the approval step at which it was granted.\n\nGenerated from protobuf message `google.cloud.privilegedaccessmanager.v1.ManualApprovals`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ PrivilegedAccessManager \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getRequireApproverJustification\n\nOptional. Do the approvers need to provide a justification for their\nactions?\n\n### setRequireApproverJustification\n\nOptional. Do the approvers need to provide a justification for their\nactions?\n\n### getSteps\n\nOptional. List of approval steps in this workflow. These steps are followed\nin the specified order sequentially. Only 1 step is supported.\n\n### setSteps\n\nOptional. List of approval steps in this workflow. These steps are followed\nin the specified order sequentially. Only 1 step is supported."]]