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

gcloud: Wed Aug 23 10:30:46 UTC 2023

This commit is contained in:
Automated 2023-08-23 10:30:46 +00:00
parent 5f3d6bc974
commit f9edf67fe5
677 changed files with 22815 additions and 975 deletions

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha identity groups update EMAIL
[--dynamic-user-query=DYNAMIC_USER_QUERY]
[--add-posix-group=POSIX_GROUP | --clear-posix-groups
[--add-posix-group=[gid=GID],[name=NAME] | --clear-posix-groups
| --remove-posix-groups=[POSIX_GROUP,...]]
[--clear-description | --description=DESCRIPTION]
[--clear-display-name | --display-name=DISPLAY_NAME]
@ -43,7 +43,7 @@ FLAGS
At most one of these can be specified:
--add-posix-group=POSIX_GROUP
--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.