mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
33 lines
799 B
Text
33 lines
799 B
Text
NAME
|
|
gcloud beta kms key-handles - create and manage key-handles
|
|
|
|
SYNOPSIS
|
|
gcloud beta kms key-handles COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) A key-handle is a resource which contains a reference to a KMS
|
|
CryptoKey resource that can be used through existing CMEK channels
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
create
|
|
(BETA) Create a new key handle.
|
|
|
|
describe
|
|
(BETA) Get metadata for a key handle.
|
|
|
|
list
|
|
(BETA) List keyhandles within a project and location.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha kms key-handles
|
|
|