mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
46 lines
1.5 KiB
Text
46 lines
1.5 KiB
Text
NAME
|
|
gcloud alpha kms key-deletion-opt-out - opt out a project of the key
|
|
deletion change announced via MSA
|
|
|
|
SYNOPSIS
|
|
gcloud alpha kms key-deletion-opt-out --project=PROJECT_ID_OR_NUMBER
|
|
[--undo] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) The flag --project indicates the project that you want to opt out.
|
|
|
|
The optional flag --undo allows you to opt a project back in.
|
|
|
|
EXAMPLES
|
|
The following command opts out the project my-project-id-or-number.
|
|
|
|
$ gcloud alpha kms key-deletion-opt-out \
|
|
--project=projects/my-project-id-or-number
|
|
|
|
The following command opts the project my-project-id-or-number back in.
|
|
|
|
$ gcloud alpha kms key-deletion-opt-out \
|
|
--project=projects/my-project-id-or-number --undo=true
|
|
|
|
REQUIRED FLAGS
|
|
--project=PROJECT_ID_OR_NUMBER
|
|
Project ID to opt out.
|
|
|
|
OPTIONAL FLAGS
|
|
--undo
|
|
Opt the project back in the key deletion change.
|
|
|
|
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
|
|
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.
|
|
|