google_kms_key_ring_import_jobs resource
Use the google_kms_key_ring_import_jobs InSpec audit resource to to test a Google Cloud KeyRingImportJob resource.
Examples
describe google_kms_key_ring_import_job(project: 'chef-gcp-inspec', location: 'europe-west2') do
it { should exist }
end
Properties
Properties that can be accessed from the google_kms_key_ring_import_jobs resource:
See google_kms_key_ring_import_job for more detailed information.
names: an array ofgoogle_kms_key_ring_import_jobnameimport_methods: an array ofgoogle_kms_key_ring_import_jobimport_methodprotection_levels: an array ofgoogle_kms_key_ring_import_jobprotection_levelcreate_times: an array ofgoogle_kms_key_ring_import_jobcreate_timegenerate_times: an array ofgoogle_kms_key_ring_import_jobgenerate_timeexpire_times: an array ofgoogle_kms_key_ring_import_jobexpire_timeexpire_event_times: an array ofgoogle_kms_key_ring_import_jobexpire_event_timestates: an array ofgoogle_kms_key_ring_import_jobstatepublic_keys: an array ofgoogle_kms_key_ring_import_jobpublic_keyattestations: an array ofgoogle_kms_key_ring_import_jobattestationkey_rings: an array ofgoogle_kms_key_ring_import_jobkey_ringimport_job_ids: an array ofgoogle_kms_key_ring_import_jobimport_job_id
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where as a block or a method.
GCP permissions
Ensure the Cloud Key Management Service (KMS) API is enabled for the current project.