1
0
Fork 0
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:
Automated 2022-06-23 08:40:08 +00:00
parent 5378794555
commit 8b80260bd9
Failed to extract signature
144 changed files with 4593 additions and 192 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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