mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Thu Nov 9 11:45:52 UTC 2023
This commit is contained in:
parent
f2c5d1d45f
commit
03f0979970
300 changed files with 8569 additions and 1319 deletions
|
|
@ -5,9 +5,10 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha iam workforce-pools create
|
||||
(WORKFORCE_POOL : --location=LOCATION) --organization=ORGANIZATION
|
||||
[--async] [--description=DESCRIPTION] [--disabled]
|
||||
[--display-name=DISPLAY_NAME] [--session-duration=SESSION_DURATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--allowed-services=[domain=DOMAIN]] [--async]
|
||||
[--description=DESCRIPTION] [--disable-programmatic-signin]
|
||||
[--disabled] [--display-name=DISPLAY_NAME]
|
||||
[--session-duration=SESSION_DURATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Creates a workforce pool under an organization given a valid
|
||||
|
|
@ -58,6 +59,12 @@ REQUIRED FLAGS
|
|||
The parent organization of the workforce pool to create.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--allowed-services=[domain=DOMAIN]
|
||||
Services allowed for web sign-in with the workforce pool. The flag
|
||||
accepts multiple values with the key as domain and value as the domain
|
||||
of the service allowed for web sign-in. If not set, by default all the
|
||||
services are allowed.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
@ -66,6 +73,9 @@ OPTIONAL FLAGS
|
|||
A description for the workforce pool. Cannot exceed 256 characters in
|
||||
length.
|
||||
|
||||
--disable-programmatic-signin
|
||||
Disable programmatic sign-in for workforce pool users.
|
||||
|
||||
--disabled
|
||||
Whether or not the workforce pool is disabled.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha iam workforce-pools update
|
||||
(WORKFORCE_POOL : --location=LOCATION) [--async]
|
||||
[--description=DESCRIPTION] [--disabled] [--display-name=DISPLAY_NAME]
|
||||
[--description=DESCRIPTION] [--disable-programmatic-signin]
|
||||
[--disabled] [--display-name=DISPLAY_NAME]
|
||||
[--session-duration=SESSION_DURATION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -52,6 +53,13 @@ FLAGS
|
|||
A description for the workforce pool. Cannot exceed 256 characters in
|
||||
length.
|
||||
|
||||
--disable-programmatic-signin
|
||||
Disables the programmatic sign-in for workforce pool users. Specify
|
||||
--no-disable-security-token-exchange to enable programmatic sign-in.
|
||||
For more information, refer to Obtain short-lived tokens for workforce
|
||||
identity federation at
|
||||
https://cloud.google.com/iam/docs/workforce-obtaining-short-lived-credentials
|
||||
|
||||
--disabled
|
||||
Disables the workforce pool. You cannot use a disabled workforce pool
|
||||
to perform new token exchanges or sign-ins using any provider in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue