1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-09 19:06:53 +00:00
gcloud-help/gcloud/beta/kms/keys/help
2022-03-01 04:29:52 +00:00

65 lines
1.4 KiB
Text

NAME
gcloud beta kms keys - create and manage keys
SYNOPSIS
gcloud beta kms keys GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) A key represents a logical key that can be used for cryptographic
operations.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
versions
(BETA) Create and manage versions.
COMMANDS
COMMAND is one of the following:
add-iam-policy-binding
(BETA) Add IAM policy binding for a kms key.
create
(BETA) Create a new key.
describe
(BETA) Get metadata for a given key.
get-iam-policy
(BETA) Get the IAM policy for a key.
list
(BETA) List the keys within a keyring.
remove-iam-policy-binding
(BETA) Remove IAM policy binding for a kms key.
remove-rotation-schedule
(BETA) Remove the rotation schedule for a key.
set-iam-policy
(BETA) Set the IAM policy for a key.
set-primary-version
(BETA) Set the primary version of a key.
set-rotation-schedule
(BETA) Update the rotation schedule for a key.
update
(BETA) Update a key.
NOTES
This command is currently in beta and might change without notice. These
variants are also available:
$ gcloud kms keys
$ gcloud alpha kms keys