1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Apr 6 08:36:53 UTC 2022

This commit is contained in:
Automated 2022-04-06 08:36:53 +00:00
parent 9bf28f1efe
commit f88a614da8
221 changed files with 7174 additions and 449 deletions

View file

@ -9,9 +9,8 @@ SYNOPSIS
| --condition-from-file=CONDITION_FROM_FILE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Remove an IAM policy binding from the IAM policy of a Cloud Spanner
backup. One binding consists of a member, a role, and an optional
condition.
(ALPHA) Remove an IAM policy binding of a Cloud Spanner backup. One binding
consists of a member, a role, and an optional condition.
EXAMPLES
To remove an IAM policy binding for the role of 'roles/spanner.backupAdmin'
@ -23,9 +22,10 @@ EXAMPLES
--member='user:test-user@gmail.com' \
--role='roles/spanner.backupAdmin'
To add an IAM policy binding which expires at the end of the year 2018 for
the role of 'roles/spanner.backupAdmin' and the user 'test-user@gmail.com'
with backup 'example-backup' and instance 'example-instance', run:
To remove an IAM policy binding which expires at the end of the year 2018
for the role of 'roles/spanner.backupAdmin' and the user
'test-user@gmail.com' with backup 'example-backup' and instance
'example-instance', run:
$ gcloud alpha spanner backups remove-iam-policy-binding \
example-backup --instance='example-instance' \