File: //snap/google-cloud-cli/396/lib/surface/deploy/deploy_policies/remove_iam_policy_binding.yaml
- release_tracks: [ALPHA, BETA, GA]
help_text:
brief: |
Remove an IAM policy binding for a Cloud Deploy Policy.
description: |
Removes a policy binding to the IAM policy of a Cloud Deploy Policy.
One binding consists of a member and a role.
See https://cloud.google.com/iam/docs/managing-policies for details of
the policy file format and contents.
examples: |
To remove an IAM policy binding for the role of `roles/roles/clouddeploy.policyAdmin`
for the user `test-user@gmail.com` on `holiday-policy` with the region `us-central1`, run:
$ {command} holiday-policy \
--region='us-central1' \
--member='user:test-user@gmail.com' \
--role='roles/roles/clouddeploy.policyAdmin'
request:
api_version: v1
collection: clouddeploy.projects.locations.deployPolicies
arguments:
resource:
help_text: The deploy policy for which to remove the IAM policy binding.
spec: !REF googlecloudsdk.command_lib.deploy.resources:deploy_policy
iam:
enable_condition: true
policy_version: 3
get_iam_policy_version_path: options_requestedPolicyVersion