1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +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,8 @@ NAME
SYNOPSIS
gcloud beta identity groups create EMAIL --organization=ORGANIZATION
[--description=DESCRIPTION] [--display-name=DISPLAY_NAME]
[--dynamic-user-query=DYNAMIC_USER_QUERY] [--posix-group=POSIX_GROUP]
[--dynamic-user-query=DYNAMIC_USER_QUERY]
[--posix-group=[gid=GID],[name=NAME]]
[--with-initial-owner=WITH_INITIAL_OWNER]
[--group-type=GROUP_TYPE; default="discussion" | --labels=LABELS]
[GCLOUD_WIDE_FLAG ...]
@ -64,7 +65,7 @@ OPTIONAL FLAGS
Example of a query:
--dynamic-user-query="user.organizations.exists(org,org.title=='SWE')"
--posix-group=POSIX_GROUP
--posix-group=[gid=GID],[name=NAME]
Group ID (gid) and name of the POSIX group that you want to associate
with the specified Cloud Identity group. You can specify multiple POSIX
groups with multiple instances of this flag.

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud beta identity groups update EMAIL
[--dynamic-user-query=DYNAMIC_USER_QUERY] [--labels=LABELS]
[--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]
@ -65,7 +65,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.