Skip to main content

GCP Cloud Kms Crypto Key

A Cloud KMS Crypto Key represents a single cryptographic key managed by Google Cloud Key Management Service (KMS). It contains one or more key versions that can be used to encrypt, decrypt, sign or verify data, depending on the key purpose. Crypto keys are created within a Key Ring and inherit their location from that parent resource. For further details, see the official Google Cloud documentation: https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.cryptoKeys#CryptoKey

Supported Methods​

  • GET: Get GCP Cloud Kms Crypto Key by "gcp-cloud-kms-key-ring-location|gcp-cloud-kms-key-ring-name|gcp-cloud-kms-crypto-key-name"
  • LIST
  • SEARCH: Search for GCP Cloud Kms Crypto Key by "gcp-cloud-kms-key-ring-location|gcp-cloud-kms-key-ring-name"

gcp-cloud-kms-key-ring​

Each Crypto Key is contained within exactly one Key Ring; this link points from the crypto key to its parent key ring, allowing you to trace the hierarchy of your KMS resources.