Table: gcp_kms_crypto_key_versions
This table shows data for GCP Cloud Key Management Service (KMS) Crypto Key Versions.
The composite primary key for this table is (project_id, name).
Relations
This table depends on gcp_kms_crypto_keys.
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
project_id (PK) | String |
name (PK) | String |
state | String |
protection_level | String |
algorithm | String |
attestation | JSON |
create_time | Timestamp |
generate_time | Timestamp |
destroy_time | Timestamp |
destroy_event_time | Timestamp |
import_job | String |
import_time | Timestamp |
import_failure_reason | String |
generation_failure_reason | String |
external_destruction_failure_reason | String |
external_protection_level_options | JSON |
reimport_eligible | Bool |