Google Cloud Platform · Arazzo Workflow
Google Cloud Platform Reset Project IAM Policy
Version 1.0.0
Read a project IAM policy, then overwrite it with a single owner binding using the etag.
View Spec
View on GitHub
API ManagementCloud ComputingInfrastructurePlatform as a ServiceArazzoWorkflows
Provider
Workflows
reset-project-iam-policy
Overwrite a project IAM policy with a single owner binding.
Reads the current policy etag, sets a baseline owner-only policy, then re-reads to confirm.
1
getPolicy
cloudresourcemanager.projects.getIamPolicy
Read the current IAM policy to capture its etag before the overwrite.
2
resetPolicy
cloudresourcemanager.projects.setIamPolicy
Overwrite the policy with a single owner binding, passing the captured etag for optimistic concurrency.
3
confirmPolicy
cloudresourcemanager.projects.getIamPolicy
Re-read the policy to confirm only the owner binding remains.