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

gcloud: Wed Oct 9 09:55:07 UTC 2024

This commit is contained in:
Automated 2024-10-09 09:55:07 +00:00
parent 489be55d99
commit 4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions

View file

@ -4,8 +4,7 @@ NAME
SYNOPSIS
gcloud beta identity groups update EMAIL
[--dynamic-user-query=DYNAMIC_USER_QUERY] [--labels=LABELS]
[--add-posix-group=[gid=GID],[name=NAME] | --clear-posix-groups
| --remove-posix-groups=[POSIX_GROUP,...]]
[--clear-posix-groups | --remove-posix-groups=[POSIX_GROUP,...]]
[--clear-description | --description=DESCRIPTION]
[--clear-display-name | --display-name=DISPLAY_NAME]
[GCLOUD_WIDE_FLAG ...]
@ -20,11 +19,6 @@ EXAMPLES
--display-name="New Engineer Discuss" \
--description="Group for engineering discussions"
To create a POSIX group from an existing Google Group:
$ gcloud beta identity groups update eng-discuss@foo.com \
--add-posix-group=name=eng,gid=1005
To remove POSIX information from a Google Group:
$ gcloud beta identity groups update eng-discuss@foo.com \
@ -65,15 +59,6 @@ FLAGS
At most one of these can be specified:
--add-posix-group=[gid=GID],[name=NAME]
Group id (gid) and a name for a POSIX group that you want to add to
the specified Cloud Identity group. You can specify multiple POSIX
groups to add with multiple instances of this flag.
For example, use '--add-posix-group=gid=1005,name=eng' to add a
single group, or '--add-posix-group=gid=1005,name=eng
--add-posix-group=gid=1006,name=docs' to add multiple groups.
--clear-posix-groups
Clear all POSIX groups from the specified Cloud Identity group.