mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -23,10 +23,10 @@ GROUPS
|
|||
GROUP is one of the following:
|
||||
|
||||
oauth-brands
|
||||
(BETA) Manage IAP OAuth brands.
|
||||
(BETA) (DEPRECATED) Manage IAP OAuth brands.
|
||||
|
||||
oauth-clients
|
||||
(BETA) Manage IAP OAuth clients.
|
||||
(BETA) (DEPRECATED) Manage IAP OAuth clients.
|
||||
|
||||
settings
|
||||
(BETA) Manage IAP settings.
|
||||
|
|
|
|||
|
|
@ -7,8 +7,10 @@ SYNOPSIS
|
|||
--support_email=SUPPORT_EMAIL [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta iap oauth-brands create is used to create a Cloud OAuth
|
||||
brand for the project. The brand is 'internal only', meaning OAuth clients
|
||||
(BETA) (DEPRECATED) This command is deprecated.
|
||||
|
||||
gcloud beta 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
|
||||
|
|
|
|||
|
|
@ -5,8 +5,10 @@ SYNOPSIS
|
|||
gcloud beta iap oauth-brands describe NAME [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta iap oauth-brands describe is used to describe a Cloud
|
||||
OAuth brand.
|
||||
(BETA) (DEPRECATED) This command is deprecated.
|
||||
|
||||
gcloud beta iap oauth-brands describe is used to describe a Cloud OAuth
|
||||
brand.
|
||||
|
||||
EXAMPLES
|
||||
To describe a Cloud OAuth brand with name NAME, run:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@ SYNOPSIS
|
|||
gcloud beta iap oauth-brands COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Manage IAP OAuth brands.
|
||||
(BETA) (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
|
||||
(BETA) Create a Cloud OAuth brand for the project.
|
||||
(BETA) (DEPRECATED) Create a Cloud OAuth brand for the project.
|
||||
|
||||
describe
|
||||
(BETA) Describe a Cloud OAuth brand.
|
||||
(BETA) (DEPRECATED) Describe a Cloud OAuth brand.
|
||||
|
||||
list
|
||||
(BETA) List Cloud OAuth brands in the project.
|
||||
(BETA) (DEPRECATED) List Cloud OAuth brands in the project.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
|
|
|
|||
|
|
@ -6,8 +6,10 @@ SYNOPSIS
|
|||
[--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta iap oauth-brands list is used to list the Cloud OAuth
|
||||
brand in the project.
|
||||
(BETA) (DEPRECATED) This command is deprecated.
|
||||
|
||||
gcloud beta 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:
|
||||
|
|
|
|||
|
|
@ -7,10 +7,12 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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.
|
||||
(BETA) (DEPRECATED) This command is deprecated.
|
||||
|
||||
gcloud beta 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:
|
||||
|
|
|
|||
|
|
@ -6,9 +6,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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.
|
||||
(BETA) (DEPRECATED) This command is deprecated.
|
||||
|
||||
gcloud beta 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
|
||||
|
|
|
|||
|
|
@ -6,9 +6,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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.
|
||||
(BETA) (DEPRECATED) This command is deprecated.
|
||||
|
||||
gcloud beta 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:
|
||||
|
|
|
|||
|
|
@ -5,9 +5,13 @@ SYNOPSIS
|
|||
gcloud beta iap oauth-clients COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) 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.
|
||||
(BETA) (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
|
||||
(BETA) Create a Cloud IAP OAuth client in the project.
|
||||
(BETA) (DEPRECATED) Create a Cloud IAP OAuth client in the project.
|
||||
|
||||
delete
|
||||
(BETA) Delete a Cloud IAP OAuth client.
|
||||
(BETA) (DEPRECATED) Delete a Cloud IAP OAuth client.
|
||||
|
||||
describe
|
||||
(BETA) Describe a Cloud IAP OAuth client.
|
||||
(BETA) (DEPRECATED) Describe a Cloud IAP OAuth client.
|
||||
|
||||
list
|
||||
(BETA) List Cloud IAP OAuth clients in the Cloud OAuth brand.
|
||||
(BETA) (DEPRECATED) List Cloud IAP OAuth clients in the Cloud OAuth
|
||||
brand.
|
||||
|
||||
reset-secret
|
||||
(BETA) Reset a Cloud IAP OAuth client secret.
|
||||
(BETA) (DEPRECATED) Reset a Cloud IAP OAuth client secret.
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. These
|
||||
|
|
|
|||
|
|
@ -8,9 +8,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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.
|
||||
(BETA) (DEPRECATED) This command is deprecated.
|
||||
|
||||
gcloud beta 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:
|
||||
|
|
|
|||
|
|
@ -7,9 +7,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) gcloud beta 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.
|
||||
(BETA) (DEPRECATED) This command is deprecated.
|
||||
|
||||
gcloud beta 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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue