mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +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
35
gcloud/tasks/cmek-config/describe
Normal file
35
gcloud/tasks/cmek-config/describe
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
NAME
|
||||
gcloud tasks cmek-config describe - get CMEK configuration for Cloud Tasks
|
||||
in the specified location
|
||||
|
||||
SYNOPSIS
|
||||
gcloud tasks cmek-config describe --location=LOCATION
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Get CMEK configuration for Cloud Tasks in the specified location.
|
||||
|
||||
EXAMPLES
|
||||
To get a CMEK config:
|
||||
|
||||
$ gcloud tasks cmek-config describe --location=my-location
|
||||
|
||||
REQUIRED FLAGS
|
||||
--location=LOCATION
|
||||
Google Cloud location for the KMS key.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha tasks cmek-config describe
|
||||
|
||||
$ gcloud beta tasks cmek-config describe
|
||||
|
||||
31
gcloud/tasks/cmek-config/help
Normal file
31
gcloud/tasks/cmek-config/help
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud tasks cmek-config - get or change CMEK configuration for Cloud Tasks
|
||||
|
||||
SYNOPSIS
|
||||
gcloud tasks cmek-config COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Get or change CMEK configuration for Cloud Tasks.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
Get CMEK configuration for Cloud Tasks in the specified location.
|
||||
|
||||
update
|
||||
Enable, disable, or edit CMEK configuration for Cloud Tasks in the
|
||||
specified location.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha tasks cmek-config
|
||||
|
||||
$ gcloud beta tasks cmek-config
|
||||
|
||||
67
gcloud/tasks/cmek-config/update
Normal file
67
gcloud/tasks/cmek-config/update
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
NAME
|
||||
gcloud tasks cmek-config update - enable, disable, or edit CMEK
|
||||
configuration for Cloud Tasks in the specified location
|
||||
|
||||
SYNOPSIS
|
||||
gcloud tasks cmek-config update [--location=LOCATION]
|
||||
[--clear-kms-key | [--kms-key-name=KMS_KEY_NAME
|
||||
: --kms-keyring=KMS_KEYRING --kms-project=KMS_PROJECT]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Enable, disable, or edit CMEK configuration for Cloud Tasks in the
|
||||
specified location.
|
||||
|
||||
EXAMPLES
|
||||
To update a CMEK config:
|
||||
|
||||
$ gcloud tasks cmek-config update \
|
||||
--kms-key-name=projects/my-project/locations/my-location/\
|
||||
keyRings/my-keyring/cryptoKeys/key
|
||||
|
||||
FLAGS
|
||||
--location=LOCATION
|
||||
Google Cloud location for the KMS key.
|
||||
|
||||
Flags for Clearing or Updating CMEK Resource
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Flags for clearing CMEK Resource key.
|
||||
|
||||
--clear-kms-key
|
||||
Disables CMEK for Cloud Tasks in the specified location by clearing
|
||||
the Cloud KMS cryptokey from the Cloud Tasks project and CMEK
|
||||
configuration.
|
||||
|
||||
Flags for Updating CMEK Resource key
|
||||
|
||||
--kms-key-name=KMS_KEY_NAME
|
||||
Fully qualified identifier for the key or just the key ID. The
|
||||
latter requires that the --kms-keyring and --kms-project flags be
|
||||
provided too.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--kms-keyring=KMS_KEYRING
|
||||
KMS keyring of the KMS key.
|
||||
|
||||
--kms-project=KMS_PROJECT
|
||||
Google Cloud project for the KMS key.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
NOTES
|
||||
These variants are also available:
|
||||
|
||||
$ gcloud alpha tasks cmek-config update
|
||||
|
||||
$ gcloud beta tasks cmek-config update
|
||||
|
||||
|
|
@ -15,6 +15,9 @@ GCLOUD WIDE FLAGS
|
|||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
cmek-config
|
||||
Get or change CMEK configuration for Cloud Tasks.
|
||||
|
||||
locations
|
||||
Get information about Cloud Tasks locations.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue