Skip to main content
Updates the specified policy. You can update only the rules and the display name for the policy. To update a policy, you should use a read-modify-write loop: 1. Use GetPolicy to read the current version of the policy. 2. Modify the policy as needed. 3. Use UpdatePolicy to write the updated policy. This pattern helps prevent conflicts between concurrent updates.
External DocumentationTo learn more, visit the GCP documentation.

Parameters

Example Output

Workflow Library Example

Update Iam Policy with Gcp and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop