mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Thu Jun 23 08:40:08 UTC 2022
This commit is contained in:
parent
5378794555
commit
8b80260bd9
144 changed files with 4593 additions and 192 deletions
|
|
@ -54,7 +54,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-brands create
|
||||
|
||||
$ gcloud beta iap oauth-brands create
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-brands describe
|
||||
|
||||
$ gcloud beta iap oauth-brands describe
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-brands
|
||||
|
||||
$ gcloud beta iap oauth-brands
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-brands list
|
||||
|
||||
$ gcloud beta iap oauth-brands list
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-clients create
|
||||
|
||||
$ gcloud beta iap oauth-clients create
|
||||
|
||||
|
|
|
|||
|
|
@ -13,12 +13,12 @@ EXAMPLES
|
|||
To delete a Cloud OAuth client named CLIENT for the current project and
|
||||
brand BRAND, run:
|
||||
|
||||
$ gcloud beta iap oauth-clients delete CLIENT --brand=BRAND
|
||||
$ gcloud alpha iap oauth-clients delete CLIENT --brand=BRAND
|
||||
|
||||
To delete a Cloud OAuth client named CLIENT for a specific project
|
||||
PROJECT_ID and brand BRAND, run:
|
||||
|
||||
$ gcloud beta iap oauth-clients delete CLIENT --brand=BRAND \
|
||||
$ gcloud alpha iap oauth-clients delete CLIENT --brand=BRAND \
|
||||
--project=PROJECT_ID
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
|
|
@ -63,7 +63,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-clients delete
|
||||
|
||||
$ gcloud beta iap oauth-clients delete
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-clients describe
|
||||
|
||||
$ gcloud beta iap oauth-clients describe
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-clients
|
||||
|
||||
$ gcloud beta iap oauth-clients
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-clients list
|
||||
|
||||
$ gcloud beta iap oauth-clients list
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud iap oauth-clients reset-secret
|
||||
|
||||
$ gcloud beta iap oauth-clients reset-secret
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue