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

gcloud: Thu Jul 17 11:02:31 UTC 2025

This commit is contained in:
Automated 2025-07-17 11:02:31 +00:00
parent e53f7148d8
commit fe3a430c1d
365 changed files with 6027 additions and 1863 deletions

View file

@ -23,10 +23,10 @@ GROUPS
GROUP is one of the following:
oauth-brands
(ALPHA) Manage IAP OAuth brands.
(ALPHA) (DEPRECATED) Manage IAP OAuth brands.
oauth-clients
(ALPHA) Manage IAP OAuth clients.
(ALPHA) (DEPRECATED) Manage IAP OAuth clients.
settings
(ALPHA) Manage IAP settings.

View file

@ -7,11 +7,13 @@ SYNOPSIS
--support_email=SUPPORT_EMAIL [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha iap oauth-brands create is used to create a Cloud
OAuth brand for the project. The brand is 'internal only', meaning OAuth
clients created under it only accept requests from users who belong to the
same G Suite account as the project. The brand is created in unreviewed
status. Your domain will not appear on the OAuth consent screen until it is
(ALPHA) (DEPRECATED) This command is deprecated.
gcloud alpha iap oauth-brands create is used to create a Cloud OAuth brand
for the project. The brand is 'internal only', meaning OAuth clients
created under it only accept requests from users who belong to the same G
Suite account as the project. The brand is created in unreviewed status.
Your domain will not appear on the OAuth consent screen until it is
reviewed after you manually start a review process in Google Cloud Platform
Console. Note that the 'internal only' setting can be manually changed in
Google Cloud Platform Console

View file

@ -5,8 +5,10 @@ SYNOPSIS
gcloud alpha iap oauth-brands describe NAME [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha iap oauth-brands describe is used to describe a Cloud
OAuth brand.
(ALPHA) (DEPRECATED) This command is deprecated.
gcloud alpha iap oauth-brands describe is used to describe a Cloud OAuth
brand.
EXAMPLES
To describe a Cloud OAuth brand with name NAME, run:

View file

@ -5,7 +5,9 @@ SYNOPSIS
gcloud alpha iap oauth-brands COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage IAP OAuth brands.
(ALPHA) (DEPRECATED) Manage IAP OAuth brands.
This command is deprecated.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -16,13 +18,13 @@ COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a Cloud OAuth brand for the project.
(ALPHA) (DEPRECATED) Create a Cloud OAuth brand for the project.
describe
(ALPHA) Describe a Cloud OAuth brand.
(ALPHA) (DEPRECATED) Describe a Cloud OAuth brand.
list
(ALPHA) List Cloud OAuth brands in the project.
(ALPHA) (DEPRECATED) List Cloud OAuth brands in the project.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -6,8 +6,10 @@ SYNOPSIS
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha iap oauth-brands list is used to list the Cloud OAuth
brand in the project.
(ALPHA) (DEPRECATED) This command is deprecated.
gcloud alpha iap oauth-brands list is used to list the Cloud OAuth brand in
the project.
EXAMPLES
To list all Cloud OAuth brands in the current project, run:

View file

@ -7,10 +7,12 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha iap oauth-clients create is used to create an OAuth
client in the project to be used by Cloud IAP. To call this command, the
Cloud OAuth brand for the project must exist and be set for 'internal
only'. The new client is owned by Cloud IAP.
(ALPHA) (DEPRECATED) This command is deprecated.
gcloud alpha iap oauth-clients create is used to create an OAuth client in
the project to be used by Cloud IAP. To call this command, the Cloud OAuth
brand for the project must exist and be set for 'internal only'. The new
client is owned by Cloud IAP.
EXAMPLES
To create a Cloud IAP OAuth client for the current project, run:

View file

@ -6,9 +6,11 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha iap oauth-clients delete is used to delete a Cloud IAP
OAuth client. Note this command cannot be used to delete any other type of
OAuth client in your project.
(ALPHA) (DEPRECATED) This command is deprecated.
gcloud alpha iap oauth-clients delete is used to delete a Cloud IAP OAuth
client. Note this command cannot be used to delete any other type of OAuth
client in your project.
EXAMPLES
To delete a Cloud IAP OAuth client named CLIENT for the current project and

View file

@ -6,9 +6,11 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha iap oauth-clients describe is used to describe a Cloud
IAP OAuth client. Note this command cannot be used to describe any other
type of OAuth client in your project.
(ALPHA) (DEPRECATED) This command is deprecated.
gcloud alpha iap oauth-clients describe is used to describe a Cloud IAP
OAuth client. Note this command cannot be used to describe any other type
of OAuth client in your project.
EXAMPLES
To describe a Cloud IAP OAuth client for the current project, run:

View file

@ -5,9 +5,13 @@ SYNOPSIS
gcloud alpha iap oauth-clients COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Manage OAuth clients that are used by Cloud Identity-Aware Proxy.
Note this API cannot be used as a generic management API for all OAuth
clients in your project.
(ALPHA) (DEPRECATED) Manage IAP OAuth clients.
This command is deprecated.
Manage OAuth clients that are used by Cloud Identity-Aware Proxy. Note this
API cannot be used as a generic management API for all OAuth clients in
your project.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
@ -18,19 +22,20 @@ COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a Cloud IAP OAuth client in the project.
(ALPHA) (DEPRECATED) Create a Cloud IAP OAuth client in the project.
delete
(ALPHA) Delete a Cloud IAP OAuth client.
(ALPHA) (DEPRECATED) Delete a Cloud IAP OAuth client.
describe
(ALPHA) Describe a Cloud IAP OAuth client.
(ALPHA) (DEPRECATED) Describe a Cloud IAP OAuth client.
list
(ALPHA) List Cloud IAP OAuth clients in the Cloud OAuth brand.
(ALPHA) (DEPRECATED) List Cloud IAP OAuth clients in the Cloud OAuth
brand.
reset-secret
(ALPHA) Reset a Cloud IAP OAuth client secret.
(ALPHA) (DEPRECATED) Reset a Cloud IAP OAuth client secret.
NOTES
This command is currently in alpha and might change without notice. If this

View file

@ -8,9 +8,11 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha iap oauth-clients list is used to list Cloud IAP OAuth
clients in a Cloud OAuth brand. Note this command will not list any other
type of OAuth client in your project.
(ALPHA) (DEPRECATED) This command is deprecated.
gcloud alpha iap oauth-clients list is used to list Cloud IAP OAuth clients
in a Cloud OAuth brand. Note this command will not list any other type of
OAuth client in your project.
EXAMPLES
To list the Cloud IAP OAuth clients for the current project, run:

View file

@ -7,9 +7,11 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha iap oauth-clients reset-secret is used to reset a
Cloud IAP OAuth client secret. Note this command cannot be used to reset
the secret for any other type of OAuth client in your project.
(ALPHA) (DEPRECATED) This command is deprecated.
gcloud alpha iap oauth-clients reset-secret is used to reset a Cloud IAP
OAuth client secret. Note this command cannot be used to reset the secret
for any other type of OAuth client in your project.
EXAMPLES
To reset a Cloud IAP OAuth client secret, run: