gcloud beta kms keys - create and manage keys
gcloud beta kms keys GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
(BETA) A key represents a logical key that can be used for cryptographic operations.
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- versions
(BETA) Create and manage versions.
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.
This command is currently in beta and might change without notice. These variants are also available:
$ gcloud kms keys
$ gcloud alpha kms keys