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