Crypto Key Version Response
A CryptoKeyVersion represents an individual cryptographic key, and the associated key material. An ENABLED version can be used for cryptographic operations. For security reasons, the raw cryptographic key material represented by a CryptoKeyVersion can never be viewed or exported. It can only be used to encrypt, decrypt, or sign data when an authorized user or application invokes Cloud KMS.
Constructors
Properties
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.
The time at which this CryptoKeyVersion was created.
The time this CryptoKeyVersion's key material was destroyed. Only present if state is DESTROYED.
The time this CryptoKeyVersion's key material is scheduled for destruction. Only present if state is DESTROY_SCHEDULED.
The root cause of the most recent external destruction failure. Only present if state is EXTERNAL_DESTRUCTION_FAILED.
ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels.
The time this CryptoKeyVersion's key material was generated.
The root cause of the most recent generation failure. Only present if state is GENERATION_FAILED.
The root cause of the most recent import failure. Only present if state is IMPORT_FAILED.
The time at which this CryptoKeyVersion's key material was most recently imported.
The ProtectionLevel describing how crypto operations are performed with this CryptoKeyVersion.
Whether or not this key version is eligible for reimport, by being specified as a target in ImportCryptoKeyVersionRequest.crypto_key_version.