mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Nov 1 10:29:29 UTC 2023
This commit is contained in:
parent
ecf00beb5e
commit
f2c5d1d45f
371 changed files with 9433 additions and 9676 deletions
|
|
@ -31,6 +31,10 @@ SYNOPSIS
|
|||
| --clear-cloudsql-instances
|
||||
| --remove-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
| --set-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
--add-custom-audiences=[CUSTOM-AUDIENCES,...]
|
||||
| --clear-custom-audiences
|
||||
| --remove-custom-audiences=[CUSTOM-AUDIENCES,...]
|
||||
| --set-custom-audiences=[CUSTOM-AUDIENCES,...]
|
||||
--binary-authorization=POLICY
|
||||
| --clear-binary-authorization --clear-encryption-key-shutdown-hours
|
||||
| --encryption-key-shutdown-hours=ENCRYPTION_KEY_SHUTDOWN_HOURS
|
||||
|
|
@ -462,6 +466,24 @@ FLAGS
|
|||
Completely replace the current Cloud SQL instances with the given
|
||||
values.
|
||||
|
||||
These flags modify the custom audiences that can be used in the audience
|
||||
field of ID token for authenticated requests.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--add-custom-audiences=[CUSTOM-AUDIENCES,...]
|
||||
Append the given values to the current custom audiences.
|
||||
|
||||
--clear-custom-audiences
|
||||
Empty the current custom audiences.
|
||||
|
||||
--remove-custom-audiences=[CUSTOM-AUDIENCES,...]
|
||||
Remove the given values from the current custom audiences.
|
||||
|
||||
--set-custom-audiences=[CUSTOM-AUDIENCES,...]
|
||||
Completely replace the current custom audiences with the given
|
||||
values.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--binary-authorization=POLICY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue