Skip to main content

crypto_key_versions

Creates, updates, deletes, gets or lists a crypto_key_versions resource.

Overview

Namecrypto_key_versions
TypeResource
Idgoogle.cloudkms.crypto_key_versions

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringOutput only. The resource name for this CryptoKeyVersion in the format projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*.
algorithmstringOutput only. The CryptoKeyVersionAlgorithm that this CryptoKeyVersion supports. (CRYPTO_KEY_VERSION_ALGORITHM_UNSPECIFIED, GOOGLE_SYMMETRIC_ENCRYPTION, AES_128_GCM, AES_256_GCM, AES_128_CBC, AES_256_CBC, AES_128_CTR, AES_256_CTR, RSA_SIGN_PSS_2048_SHA256, RSA_SIGN_PSS_3072_SHA256, RSA_SIGN_PSS_4096_SHA256, RSA_SIGN_PSS_4096_SHA512, RSA_SIGN_PKCS1_2048_SHA256, RSA_SIGN_PKCS1_3072_SHA256, RSA_SIGN_PKCS1_4096_SHA256, RSA_SIGN_PKCS1_4096_SHA512, RSA_SIGN_RAW_PKCS1_2048, RSA_SIGN_RAW_PKCS1_3072, RSA_SIGN_RAW_PKCS1_4096, RSA_DECRYPT_OAEP_2048_SHA256, RSA_DECRYPT_OAEP_3072_SHA256, RSA_DECRYPT_OAEP_4096_SHA256, RSA_DECRYPT_OAEP_4096_SHA512, RSA_DECRYPT_OAEP_2048_SHA1, RSA_DECRYPT_OAEP_3072_SHA1, RSA_DECRYPT_OAEP_4096_SHA1, EC_SIGN_P256_SHA256, EC_SIGN_P384_SHA384, EC_SIGN_SECP256K1_SHA256, EC_SIGN_ED25519, HMAC_SHA256, HMAC_SHA1, HMAC_SHA384, HMAC_SHA512, HMAC_SHA224, EXTERNAL_SYMMETRIC_ENCRYPTION, ML_KEM_768, ML_KEM_1024, KEM_XWING, PQ_SIGN_ML_DSA_44, PQ_SIGN_ML_DSA_65, PQ_SIGN_ML_DSA_87, PQ_SIGN_SLH_DSA_SHA2_128S, PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256, PQ_SIGN_ML_DSA_44_EXTERNAL_MU, PQ_SIGN_ML_DSA_65_EXTERNAL_MU, PQ_SIGN_ML_DSA_87_EXTERNAL_MU, AES_256_KWP)
attestationobjectOutput only. Statement that was generated and signed by the HSM at key creation time. Use this statement to verify attributes of the key as stored on the HSM, independently of Google. Only provided for key versions with protection_level HSM. (id: KeyOperationAttestation)
createTimestring (google-datetime)Output only. The time at which this CryptoKeyVersion was created.
destroyEventTimestring (google-datetime)Output only. The time this CryptoKeyVersion's key material was destroyed. Only present if state is DESTROYED.
destroyTimestring (google-datetime)Output only. The time this CryptoKeyVersion's key material is scheduled for destruction. Only present if state is DESTROY_SCHEDULED.
externalDestructionFailureReasonstringOutput only. The root cause of the most recent external destruction failure. Only present if state is EXTERNAL_DESTRUCTION_FAILED.
externalProtectionLevelOptionsobjectExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels. (id: ExternalProtectionLevelOptions)
generateTimestring (google-datetime)Output only. The time this CryptoKeyVersion's key material was generated.
generationFailureReasonstringOutput only. The root cause of the most recent generation failure. Only present if state is GENERATION_FAILED.
hsmTrustedbooleanOutput only. Field indicating that the key wrapping key is trusted. This field is only valid for key purpose AES_256_WRAPPING, and protection level HSM_SINGLE_TENANT.
importFailureReasonstringOutput only. The root cause of the most recent import failure. Only present if state is IMPORT_FAILED.
importJobstringOutput only. The name of the ImportJob used in the most recent import of this CryptoKeyVersion. Only present if the underlying key material was imported.
importTimestring (google-datetime)Output only. The time at which this CryptoKeyVersion's key material was most recently imported.
protectionLevelstringOutput only. The ProtectionLevel describing how crypto operations are performed with this CryptoKeyVersion. (PROTECTION_LEVEL_UNSPECIFIED, SOFTWARE, HSM, EXTERNAL, EXTERNAL_VPC, HSM_SINGLE_TENANT)
reimportEligiblebooleanOutput only. Whether or not this key version is eligible for reimport, by being specified as a target in ImportCryptoKeyVersionRequest.crypto_key_version.
statestringThe current state of the CryptoKeyVersion. (CRYPTO_KEY_VERSION_STATE_UNSPECIFIED, PENDING_GENERATION, ENABLED, DISABLED, DESTROYED, DESTROY_SCHEDULED, PENDING_IMPORT, IMPORT_FAILED, GENERATION_FAILED, PENDING_EXTERNAL_DESTRUCTION, EXTERNAL_DESTRUCTION_FAILED)
trustedWrappingEnabledbooleanImmutable. Field indicating that the key may be wrapped by a trusted key. This field can be set for all key purposes except ENCRYPT_DECRYPT, and is only valid for keys with protection level HSM_SINGLE_TENANT. This field can only be set at creation or import time via CreateCryptoKeyVersion, or ImportCryptoKeyVersion.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdReturns metadata for a given CryptoKeyVersion.
listselectprojectsId, locationsId, keyRingsId, cryptoKeysIdorderBy, filter, view, pageToken, pageSizeLists CryptoKeyVersions.
createinsertprojectsId, locationsId, keyRingsId, cryptoKeysIdCreate a new CryptoKeyVersion in a CryptoKey. The server will assign the next sequential id. If unset, state will be set to ENABLED.
patchupdateprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdupdateMaskUpdate a CryptoKeyVersion's metadata. state may be changed between ENABLED and DISABLED using this method. See DestroyCryptoKeyVersion and RestoreCryptoKeyVersion to move between other states.
destroydeleteprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdSchedule a CryptoKeyVersion for destruction. Upon calling this method, CryptoKeyVersion.state will be set to DESTROY_SCHEDULED, and destroy_time will be set to the time destroy_scheduled_duration in the future. At that time, the state will automatically change to DESTROYED, and the key material will be irrevocably destroyed. Before the destroy_time is reached, RestoreCryptoKeyVersion may be called to reverse the process.
deletedeleteprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdPermanently deletes the given CryptoKeyVersion. Only possible if the version has not been previously imported and if its state is one of DESTROYED, IMPORT_FAILED, or GENERATION_FAILED. Successfully imported CryptoKeyVersions cannot be deleted at this time. The specified version will be immediately and permanently deleted upon calling this method. This action cannot be undone.
decapsulateexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdDecapsulates data that was encapsulated with a public key retrieved from GetPublicKey corresponding to a CryptoKeyVersion with CryptoKey.purpose KEY_ENCAPSULATION.
mac_signexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdSigns data using a CryptoKeyVersion with CryptoKey.purpose MAC, producing a tag that can be verified by another source with the same key.
import_trusted_key_wrapped_crypto_key_versionexecprojectsId, locationsId, keyRingsId, cryptoKeysIdImport wrapped key material into a CryptoKeyVersion with a trusted key. All requests must specify a CryptoKey. If a CryptoKeyVersion is additionally specified in the request, key material will be reimported into that version. Otherwise, a new version will be created, and will be assigned the next sequential id within the CryptoKey. The CryptoKeyVersion will have trusted_wrapping_enabled set to true.
restoreexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdRestore a CryptoKeyVersion in the DESTROY_SCHEDULED state. Upon restoration of the CryptoKeyVersion, state will be set to DISABLED, and destroy_time will be cleared.
mac_verifyexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdVerifies MAC tag using a CryptoKeyVersion with CryptoKey.purpose MAC, and returns a response that indicates whether or not the verification was successful.
raw_encryptexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdEncrypts data using portable cryptographic primitives. Most users should choose Encrypt and Decrypt rather than their raw counterparts. The CryptoKey.purpose must be RAW_ENCRYPT_DECRYPT.
raw_decryptexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdDecrypts data that was originally encrypted using a raw cryptographic mechanism. The CryptoKey.purpose must be RAW_ENCRYPT_DECRYPT.
importexecprojectsId, locationsId, keyRingsId, cryptoKeysIdImport wrapped key material into a CryptoKeyVersion. All requests must specify a CryptoKey. If a CryptoKeyVersion is additionally specified in the request, key material will be reimported into that version. Otherwise, a new version will be created, and will be assigned the next sequential id within the CryptoKey.
asymmetric_signexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdSigns data using a CryptoKeyVersion with CryptoKey.purpose ASYMMETRIC_SIGN, producing a signature that can be verified with the public key retrieved from GetPublicKey.
export_trusted_key_wrapped_crypto_key_versionexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdwrappingKeyExports a CryptoKeyVersion with a trusted key. The CryptoKeyVersion must have trusted_wrapping_enabled set to true. The CryptoKeyVersion of the [wrapping_key] must have the AES_WRAPPING purpose. The [wrapping_key] must have the AES_256_KWP algorithm.
asymmetric_decryptexecprojectsId, locationsId, keyRingsId, cryptoKeysId, cryptoKeyVersionsIdDecrypts data that was encrypted with a public key retrieved from GetPublicKey corresponding to a CryptoKeyVersion with CryptoKey.purpose ASYMMETRIC_DECRYPT.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
cryptoKeyVersionsIdstring
cryptoKeysIdstring
keyRingsIdstring
locationsIdstring
projectsIdstring
filterstring
orderBystring
pageSizeinteger (int32)
pageTokenstring
updateMaskstring (google-fieldmask)
viewstring
wrappingKeystring

SELECT examples

Returns metadata for a given CryptoKeyVersion.

SELECT
name,
algorithm,
attestation,
createTime,
destroyEventTime,
destroyTime,
externalDestructionFailureReason,
externalProtectionLevelOptions,
generateTime,
generationFailureReason,
hsmTrusted,
importFailureReason,
importJob,
importTime,
protectionLevel,
reimportEligible,
state,
trustedWrappingEnabled
FROM google.cloudkms.crypto_key_versions
WHERE projectsId = '{{ projectsId }}' -- required
AND locationsId = '{{ locationsId }}' -- required
AND keyRingsId = '{{ keyRingsId }}' -- required
AND cryptoKeysId = '{{ cryptoKeysId }}' -- required
AND cryptoKeyVersionsId = '{{ cryptoKeyVersionsId }}' -- required
;

INSERT examples

Create a new CryptoKeyVersion in a CryptoKey. The server will assign the next sequential id. If unset, state will be set to ENABLED.

INSERT INTO google.cloudkms.crypto_key_versions (
data__externalProtectionLevelOptions,
data__state,
data__trustedWrappingEnabled,
projectsId,
locationsId,
keyRingsId,
cryptoKeysId
)
SELECT
'{{ externalProtectionLevelOptions }}',
'{{ state }}',
{{ trustedWrappingEnabled }},
'{{ projectsId }}',
'{{ locationsId }}',
'{{ keyRingsId }}',
'{{ cryptoKeysId }}'
RETURNING
name,
algorithm,
attestation,
createTime,
destroyEventTime,
destroyTime,
externalDestructionFailureReason,
externalProtectionLevelOptions,
generateTime,
generationFailureReason,
hsmTrusted,
importFailureReason,
importJob,
importTime,
protectionLevel,
reimportEligible,
state,
trustedWrappingEnabled
;

UPDATE examples

Update a CryptoKeyVersion's metadata. state may be changed between ENABLED and DISABLED using this method. See DestroyCryptoKeyVersion and RestoreCryptoKeyVersion to move between other states.

UPDATE google.cloudkms.crypto_key_versions
SET
data__externalProtectionLevelOptions = '{{ externalProtectionLevelOptions }}',
data__state = '{{ state }}',
data__trustedWrappingEnabled = {{ trustedWrappingEnabled }}
WHERE
projectsId = '{{ projectsId }}' --required
AND locationsId = '{{ locationsId }}' --required
AND keyRingsId = '{{ keyRingsId }}' --required
AND cryptoKeysId = '{{ cryptoKeysId }}' --required
AND cryptoKeyVersionsId = '{{ cryptoKeyVersionsId }}' --required
AND updateMask = '{{ updateMask}}'
RETURNING
name,
algorithm,
attestation,
createTime,
destroyEventTime,
destroyTime,
externalDestructionFailureReason,
externalProtectionLevelOptions,
generateTime,
generationFailureReason,
hsmTrusted,
importFailureReason,
importJob,
importTime,
protectionLevel,
reimportEligible,
state,
trustedWrappingEnabled;

DELETE examples

Schedule a CryptoKeyVersion for destruction. Upon calling this method, CryptoKeyVersion.state will be set to DESTROY_SCHEDULED, and destroy_time will be set to the time destroy_scheduled_duration in the future. At that time, the state will automatically change to DESTROYED, and the key material will be irrevocably destroyed. Before the destroy_time is reached, RestoreCryptoKeyVersion may be called to reverse the process.

DELETE FROM google.cloudkms.crypto_key_versions
WHERE projectsId = '{{ projectsId }}' --required
AND locationsId = '{{ locationsId }}' --required
AND keyRingsId = '{{ keyRingsId }}' --required
AND cryptoKeysId = '{{ cryptoKeysId }}' --required
AND cryptoKeyVersionsId = '{{ cryptoKeyVersionsId }}' --required
;

Lifecycle Methods

Decapsulates data that was encapsulated with a public key retrieved from GetPublicKey corresponding to a CryptoKeyVersion with CryptoKey.purpose KEY_ENCAPSULATION.

EXEC google.cloudkms.crypto_key_versions.decapsulate
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@keyRingsId='{{ keyRingsId }}' --required,
@cryptoKeysId='{{ cryptoKeysId }}' --required,
@cryptoKeyVersionsId='{{ cryptoKeyVersionsId }}' --required
@@json=
'{
"ciphertext": "{{ ciphertext }}",
"ciphertextCrc32c": "{{ ciphertextCrc32c }}"
}'
;