Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Update Organization IAM Policy
Version 1.0.0
Read an organization IAM policy, add a member binding, and write it back with the etag.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform as a ServiceArazzoWorkflows
Provider
Workflows
update-organization-iam-policy
Grant an IAM role to a member on an organization using read-modify-write.
Reads the current organization IAM policy, sets a new binding with the captured etag, then re-reads the policy to confirm.
1
getPolicy
cloudresourcemanager.organizations.getIamPolicy
Read the current IAM policy for the organization to capture its etag.
2
setPolicy
cloudresourcemanager.organizations.setIamPolicy
Write back a policy granting the role to the member, supplying the captured etag for optimistic concurrency.
3
confirmPolicy
cloudresourcemanager.organizations.getIamPolicy
Re-read the organization IAM policy to confirm the new binding persisted.