1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +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.