mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 01:45:45 +00:00
50 lines
1.2 KiB
Text
50 lines
1.2 KiB
Text
NAME
|
|
gcloud alpha iam oauth-clients - create and manage OAuth clients
|
|
|
|
SYNOPSIS
|
|
gcloud alpha iam oauth-clients GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The gcloud alpha iam oauth-clients group lets you create and manage
|
|
OAuth clients for projects on the Google Cloud Platform.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
credentials
|
|
(ALPHA) Create and manage OAuth client credentials.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(ALPHA) Create an OAuth client.
|
|
|
|
delete
|
|
(ALPHA) Delete an OAuth client.
|
|
|
|
describe
|
|
(ALPHA) Describe an OAuth client.
|
|
|
|
list
|
|
(ALPHA) List OAuth clients.
|
|
|
|
undelete
|
|
(ALPHA) Undelete an OAuth client.
|
|
|
|
update
|
|
(ALPHA) Update an OAuth client.
|
|
|
|
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:
|
|
|
|
$ gcloud iam oauth-clients
|
|
|