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

gcloud: Thu Jun 8 11:29:23 UTC 2023

This commit is contained in:
Automated 2023-06-08 11:29:23 +00:00
parent 91de7103bb
commit 435c9359b5
115 changed files with 1566 additions and 491 deletions

View file

@ -10,8 +10,8 @@ DESCRIPTION
(ALPHA) This command applies to Cloud Functions 2nd Gen only.
EXAMPLES
To add the invoker policy binding for FUNCTION-1 from role ROLE-1 for
member MEMBER-1 run:
To add the invoker role policy binding for FUNCTION-1 for member MEMBER-1
run:
$ gcloud alpha functions add-invoker-policy-binding FUNCTION-1 \
--member=MEMBER-1

View file

@ -10,8 +10,8 @@ DESCRIPTION
(ALPHA) This command applies to Cloud Functions 2nd gen only.
EXAMPLES
To remove the invoker policy binding for FUNCTION-1 from role ROLE-1 for
member MEMBER-1 run:
To remove the invoker role policy binding for FUNCTION-1 for member
MEMBER-1 run:
$ gcloud alpha functions remove-invoker-policy-binding FUNCTION-1 \
--member=MEMBER-1