mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Mar 30 09:07:09 UTC 2022
This commit is contained in:
parent
cd34e797ae
commit
9bf28f1efe
90 changed files with 1554 additions and 258 deletions
|
|
@ -47,9 +47,9 @@ FLAGS
|
|||
and service accounts only. The list of possible scopes can be found at:
|
||||
https://developers.google.com/identity/protocols/googlescopes.
|
||||
|
||||
For end-user accounts, the provided scopes must be from ['openid',
|
||||
'https://www.googleapis.com/auth/userinfo.email',
|
||||
'https://www.googleapis.com/auth/cloud-platform'], or the scopes
|
||||
For end-user accounts, the provided scopes must be from [openid,
|
||||
https://www.googleapis.com/auth/userinfo.email,
|
||||
https://www.googleapis.com/auth/cloud-platform], or the scopes
|
||||
previously specified through gcloud auth application-default login
|
||||
--scopes.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Before running this command, an ADC must already be generated using $gcloud
|
||||
auth application-default login. The quota project can be used by client
|
||||
libraries for the billing purpose. The existing application default
|
||||
credentials must have the "serviceusage.services.use" permission on the
|
||||
given project.
|
||||
Before running this command, an ADC must already be generated using $
|
||||
gcloud auth application-default login. The quota project can be used by
|
||||
client libraries for the billing purpose. The existing application default
|
||||
credentials must have the serviceusage.services.use permission on the given
|
||||
project.
|
||||
|
||||
EXAMPLES
|
||||
To update the quota project in application default credentials to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue