1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Apr 20 08:58:18 UTC 2022

This commit is contained in:
Automated 2022-04-20 08:58:18 +00:00
parent 9dcb91c709
commit 72862dfe28
204 changed files with 3253 additions and 457 deletions

View file

@ -15,16 +15,16 @@ DESCRIPTION
EXAMPLES
To add an IAM policy binding for the role of
'roles/binaryauthorization.attestorsEditor' for the user
'test-user@gmail.com' on attesttor 'my_attestor', run:
roles/binaryauthorization.attestorsEditor for the user test-user@gmail.com
on attestor my_attestor, run:
$ gcloud alpha container binauthz attestors add-iam-policy-binding \
my_attestor --member='user:test-user@gmail.com' \
--role='roles/binaryauthorization.attestorsEditor'
To add an IAM policy binding which expires at the end of the year 2018 for
the role of 'roles/binaryauthorization.attestorsEditor' and the user
'test-user@gmail.com' on attesttor 'my_attestor', run:
the role of roles/binaryauthorization.attestorsEditor and the user
test-user@gmail.com on attestor my_attestor, run:
$ gcloud alpha container binauthz attestors add-iam-policy-binding \
my_attestor --member='user:test-user@gmail.com' \

View file

@ -15,8 +15,8 @@ DESCRIPTION
EXAMPLES
To remove an IAM policy binding for the role of
'roles/binaryauthorization.attestorsEditor' for the user
'test-user@gmail.com' on attesttor 'my_attestor', run:
roles/binaryauthorization.attestorsEditor for the user test-user@gmail.com
on attestor my_attestor, run:
$ gcloud alpha container binauthz attestors \
remove-iam-policy-binding my_attestor \
@ -24,8 +24,8 @@ EXAMPLES
--role='roles/binaryauthorization.attestorsEditor'
To remove an IAM policy binding which expires at the end of the year 2018
for the role of 'roles/binaryauthorization.attestorsEditor' and the user
'test-user@gmail.com' on attesttor 'my_attestor', run:
for the role of roles/binaryauthorization.attestorsEditor and the user
test-user@gmail.com on attestor my_attestor, run:
$ gcloud alpha container binauthz attestors \
remove-iam-policy-binding my_attestor \