Difference between revisions of "Gcloud kms keys"

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
 
  Available commands for gcloud kms keys:
 
  Available commands for gcloud kms keys:
 
   
 
   
       add-iam-policy-binding    Add IAM policy binding for a kms key.
+
       [[add-iam-policy-binding]]     Add IAM policy binding for a kms key.
       create                    Create a new key.
+
       [[create]]                     Create a new key.
       describe                  Get metadata for a given key.
+
       [[describe]]                   Get metadata for a given key.
       get-iam-policy            Get the IAM policy for a key.
+
       [[get-iam-policy]]             Get the IAM policy for a key.
       list                      List the keys within a keyring.
+
       [[list]]                       List the keys within a keyring.
 
       remove-iam-policy-binding  Remove IAM policy binding for a kms key.
 
       remove-iam-policy-binding  Remove IAM policy binding for a kms key.
 
       remove-rotation-schedule  Remove the rotation schedule for a key.
 
       remove-rotation-schedule  Remove the rotation schedule for a key.

Revision as of 09:02, 31 October 2022

https://cloud.google.com/sdk/gcloud/reference/kms/keys

gcloud kms keys list
gcloud kms keys list --location global --keyring sops
gcloud kms keys create

Help

ERROR: (gcloud.kms.keys) Command name argument expected.

Available groups for gcloud kms keys:

      versions                Create and manage versions.

Available commands for gcloud kms keys:

      add-iam-policy-binding     Add IAM policy binding for a kms key.
      create                     Create a new key.
      describe                   Get metadata for a given key.
      get-iam-policy             Get the IAM policy for a key.
      list                       List the keys within a keyring.
      remove-iam-policy-binding  Remove IAM policy binding for a kms key.
      remove-rotation-schedule   Remove the rotation schedule for a key.
      set-iam-policy             Set the IAM policy for a key.
      set-primary-version        Set the primary version of a key.
      set-rotation-schedule      Update the rotation schedule for a key.
      update                     Update a key.

For detailed information on this command and its flags, run:
  gcloud kms keys --help

See also

Advertising: