mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
39 lines
877 B
Text
39 lines
877 B
Text
NAME
|
|
gcloud iam oauth-clients credentials - create and manage OAuth client
|
|
credentials
|
|
|
|
SYNOPSIS
|
|
gcloud iam oauth-clients credentials COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
The gcloud 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
|
|
Create an OAuth client credential.
|
|
|
|
delete
|
|
Delete an OAuth client credential.
|
|
|
|
describe
|
|
Describe an OAuth client credential.
|
|
|
|
list
|
|
List OAuth client credentials.
|
|
|
|
update
|
|
Update an OAuth client credential.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud alpha iam oauth-clients credentials
|
|
|